This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fix playback of angels_480-mjpegcompress.avi
Originally committed as revision 8737 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
19 years ago
parent
6b5e72c994
commit
fe2ad119e9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/mjpeg.c
+ 1
- 1
libavcodec/mjpeg.c
View File
@@ -1791,7 +1791,7 @@ static int mjpeg_decode_app(MJpegDecodeContext *s)
s->buggy_avid = 1;
// if (s->first_picture)
// printf("mjpeg: workarounding buggy AVID\n");
s->
interlace_polarity = get_bits(&s->gb, 8)
;
s->
bottom_field = get_bits(&s->gb, 8) == 2
;
#if 0
skip_bits(&s->gb, 8);
skip_bits(&s->gb, 32);
Write
Preview
Loading…
Cancel
Save