From 971eb237b7b8dd6be17b338a8f882f1a090c396e Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 16 Jun 2003 15:06:31 +0000 Subject: [PATCH] 10l Originally committed as revision 1965 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mjpeg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/mjpeg.c b/libavcodec/mjpeg.c index 7c5752522b..26b352a339 100644 --- a/libavcodec/mjpeg.c +++ b/libavcodec/mjpeg.c @@ -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? */