[FFmpeg-devel] [PATCH] Fix decoding crash on some trashed interlaced MPEG2 streams. This fixes issue 2367.

Diego Elio Pettenò flameeyes
Fri Feb 18 14:10:27 CET 2011


Il giorno ven, 18/02/2011 alle 12.13 +0300, Anatoly Nenashev ha scritto:
> 
> +        if (!check_mb_inter || s->mb_intra ||
> +            s->picture_structure != s->field_select[0][0] + 1) {
>          MPV_decode_mb(s, s->block); 

While you're at it, this looks unaligned now, inside the if().

-- 
Diego Elio Petten? ? Flameeyes
http://blog.flameeyes.eu/




More information about the ffmpeg-devel mailing list