gifdec: remove dead store
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
230bef0a89
commit
cfa530034f
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue