> On Mar 19, 2025, at 23:38, Sean McGovern <[email protected]> wrote: > > Hi Zhao, > > On Mon, Mar 10, 2025 at 10:35 PM Zhao Zhili > <[email protected]> wrote: >> >> From: Zhao Zhili <[email protected]> >> >> --- >> 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 > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
