[FFmpeg-devel] [PATCH][RFC] Fix field order for interlaced AVDJ and AVRN in ntsc mode

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun May 12 15:46:07 CEST 2013


On Sun, May 12, 2013 at 02:15:52PM +0200, Piotr Bandurski wrote:
> +        skip_bits(&s->gb, 200);

Don't know how this could work, you need to use
skip_bits_long for skipping more than 25 bits
(well, maybe up to 32 is ok, not sure, but not
more than that).

>          skip_bits(&s->gb, 32);

Not your fault, but this _might_ be broken, too,
not sure if the bitstream reader with the 25 bit limit
will be used in this code.


More information about the ffmpeg-devel mailing list