[FFmpeg-devel] [PATCH v2 1/6] tests: Add enhanced-flv-hevc-hdr10 for demux and mux HDR color info

Zhao Zhili quinkblack at foxmail.com
Wed Mar 19 18:36:00 EET 2025


> On Mar 19, 2025, at 23:38, Sean McGovern <gseanmcg at gmail.com> wrote:
> 
> Hi Zhao,
> 
> On Mon, Mar 10, 2025 at 10:35 PM Zhao Zhili
> <quinkblack-at-foxmail.com at ffmpeg.org> wrote:
>> 
>> From: Zhao Zhili <zhilizhao at tencent.com>
>> 
>> ---
>> tests/fate/flvenc.mak                  |   4 +
>> tests/ref/fate/enhanced-flv-hevc-hdr10 | 100 +++++++++++++++++++++++++
>> 2 files changed, 104 insertions(+)
>> create mode 100644 tests/ref/fate/enhanced-flv-hevc-hdr10
> 
> Sorry for not addressing this earlier -- this fails on big-endian
> PowerPC (both 32- and 64-bit). Please have a look at FATE.
> The test should probably explicitly request that the sample is little-endian.

OK. It’s due to ffprobe shows the native endian yuv420p10 as yuv420p10le on little endian
arch.

I can filter out the pix_fmt entry, but it’s a general problem in test: there is no way to separate
native endian from explicit big/little endian in pixel format.

> 
> Thanks,
> Sean McGovern
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-devel mailing list