[FFmpeg-devel] [PATCH] DNxHD quantization tables correction

Joseph Artsimovich joseph at mirriad.com
Fri Jul 20 15:15:30 CEST 2012


The real source of this bug is that *some* tables in dnxhddata.c are in 
normal order while the rest are in zigzag.
In a separate message I posted the patch that makes all of them zigzag. 
My patch and this one are mutually exclusive!

-- 
Joseph Artsimovich
Senior C++ Applications Developer
MirriAd Ltd



On 19/07/2012 23:41, Michael Niedermayer wrote:
> On Tue, Jul 17, 2012 at 03:51:12PM -0400, Jonathan Drolet wrote:
>> Hello,
>>
>> This patch correct an error where FFmpeg used the incorrect quantization
>> weight (due to zigzag) while encoding in 10 bits or decoding in 8/10 bits.
> This patch changes the fate test results (make fate)
> please check that the changes are ok and include them if they are ok
> in the patch so that make fate still passes after the patch
>
> thanks
>
> [...]
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel



More information about the ffmpeg-devel mailing list