Commit 2ccf6dc6 authored by al3x's avatar al3x

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1965 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 924a2aa9
......@@ -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? */
......
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