[FFmpeg-devel] [PATCH] avfilter/vf_rotate: add >8 bit depth support

Muhammad Faiz mfcc64 at gmail.com
Sun Jun 26 01:38:52 CEST 2016


On Sun, Jun 26, 2016 at 1:51 AM, Paul B Mahol <onemda at gmail.com> wrote:
> On 6/25/16, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
>> Paul B Mahol <onemda <at> gmail.com> writes:
>>
>>> >>+        AV_PIX_FMT_YUV420P9LE, AV_PIX_FMT_YUVA420P9LE,
>>> >
>>> > Why not use native endian format?
>>>
>>> Because of fate test.
>>
>> Isn't the byte-swapping (that could be used for the
>> fate test) bit-exact? Or do I miss something?
>
> What? There is bilinear option that have nothing to do with byte swapping.
>

I think it's not because of bit-exact problem.
But because fate probes supported formats (with libavfilter/tests/filtfmts)
On BE machine, code with native formats will generate error
because fate-ref contains yuv*le entries but fate expects yuv*be

Thank's


More information about the ffmpeg-devel mailing list