[FFmpeg-devel] [PATCH] avfilter/vsrc_testsrc: add support for semi planar formats to yuvtestsrc
Michael Niedermayer
michael at niedermayer.cc
Sat Mar 8 03:28:38 EET 2025
On Tue, Mar 04, 2025 at 06:47:28PM -0300, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavfilter/drawutils.c | 4 ++++
> libavfilter/vsrc_testsrc.c | 19 +++++++++++++++++++
> 2 files changed, 23 insertions(+)
This appears to fail here:
TEST filter-yuvtestsrc-xv36
--- ./tests/ref/fate/filter-yuvtestsrc-xv36 2025-03-03 02:22:06.094332746 +0100
+++ tests/data/fate/filter-yuvtestsrc-xv36 2025-03-08 02:23:10.325029560 +0100
@@ -3,8 +3,8 @@
#codec_id 0: rawvideo
#dimensions 0: 320x240
#sar 0: 1/1
-0, 0, 0, 1, 614400, 0xdadee6db
-0, 1, 1, 1, 614400, 0xdadee6db
-0, 2, 2, 1, 614400, 0xdadee6db
-0, 3, 3, 1, 614400, 0xdadee6db
-0, 4, 4, 1, 614400, 0xdadee6db
+0, 0, 0, 1, 614400, 0x071e35fc
+0, 1, 1, 1, 614400, 0x071e35fc
+0, 2, 2, 1, 614400, 0x071e35fc
+0, 3, 3, 1, 614400, 0x071e35fc
+0, 4, 4, 1, 614400, 0x071e35fc
Test filter-yuvtestsrc-xv36 failed. Look at tests/data/fate/filter-yuvtestsrc-xv36.err for details.
make: *** [tests/Makefile:311: fate-filter-yuvtestsrc-xv36] Error 1
(thats just ubuntu x86-64)
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Everything should be made as simple as possible, but not simpler.
-- Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250308/611dee39/attachment.sig>
More information about the ffmpeg-devel
mailing list