[FFmpeg-devel] [PATCH] h264chroma: remove duplicate 9/10 bit functions.

Ronald S. Bultje rsbultje at gmail.com
Mon Feb 11 04:04:07 CET 2013


Hi,

On Sun, Feb 10, 2013 at 5:22 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Sun, Feb 10, 2013 at 04:40:19PM -0800, Ronald S. Bultje wrote:
>> From: "Ronald S. Bultje" <rsbultje at gmail.com>
>>
>> Also use the resulting 16bpp functions for anything >8 and <=16, not just
>> 9 and 10. This fixes 12 and 14bpp H264 support.
>
> How can i test/verify this bugfix ?
> I tried a few files but notice no difference, they either worked
> already or still dont work

You see that currently it uses 8bpp chroma for !=9 && !=10, right?

Whether 12/14 bpp works in general is hard to test, you never added a
fate test so it's impossible to say when it worked and when it didn't.
But it clearly doesn't work 100% right now (except for 444/grayscale
content).

Ronald


More information about the ffmpeg-devel mailing list