10l
authorAlex Beregszaszi <alex@rtfs.hu>
Mon, 16 Jun 2003 15:06:31 +0000 (15:06 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Mon, 16 Jun 2003 15:06:31 +0000 (15:06 +0000)
Originally committed as revision 1965 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mjpeg.c

index 7c5752522b321c17cd10dec14eab19da27e07006..26b352a339fe173d2587d6a8335edee360b8659a 100644 (file)
@@ -1392,7 +1392,6 @@ static int mjpeg_decode_app(MJpegDecodeContext *s)
 
     if (id == ff_get_fourcc("LJIF")){
         printf("Pegasus lossless jpeg header found\n");
-        int i;
        skip_bits(&s->gb, 16); /* version ? */
        skip_bits(&s->gb, 16); /* unknwon always 0? */
        skip_bits(&s->gb, 16); /* unknwon always 0? */