Commit cfa53003 authored by Paul B Mahol's avatar Paul B Mahol

gifdec: remove dead store

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 230bef0a
......@@ -314,7 +314,6 @@ static int gif_read_extension(GifState *s)
if (bytestream2_get_bytes_left(&s->gb) < 5)
return AVERROR_INVALIDDATA;
s->transparent_color_index = -1;
gce_flags = bytestream2_get_byteu(&s->gb);
bytestream2_skipu(&s->gb, 2); // delay during which the frame is shown
gce_transparent_index = bytestream2_get_byteu(&s->gb);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment