Browse Source

gifdec: remove dead store

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.1
Paul B Mahol 12 years ago
parent
commit
cfa530034f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/gifdec.c

+ 0
- 1
libavcodec/gifdec.c View File

@@ -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…
Cancel
Save