[FFmpeg-devel] [PATCH] mpeg2: fix block_last_index when mismatch control modifies last coeff

Jason Garrett-Glaser darkshikari
Mon Jun 21 16:33:26 CEST 2010


On Mon, Jun 21, 2010 at 7:23 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Mon, Jun 21, 2010 at 04:17:58PM +0200, Michael Niedermayer wrote:
> [...]
>> either way, a (block[63]&7) == 4 test before the dc idct seems
>
> i meant (block[0]&7) == 4 of course

But of course that would be MPEG2-specific code inside generic code
(in the mpegvideo decoder)... why slow down everything else for the
sake of MPEG-2?

Dark Shikari



More information about the ffmpeg-devel mailing list