This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new b5ef72c16b tests/fate/filter-video: gate mcdeint testsrc tests on
scale filter
b5ef72c16b is described below
commit b5ef72c16b697bb22b6ec979f58a1af0cc03b140
Author: Bogdan Lisman <[email protected]>
AuthorDate: Wed Jun 17 05:22:42 2026 +0300
Commit: Kacper Michajłow <[email protected]>
CommitDate: Thu Jun 25 16:39:27 2026 +0000
tests/fate/filter-video: gate mcdeint testsrc tests on scale filter
fate-filter-mcdeint-slow and -slow-edge feed testsrc (RGB24 only) into
mcdeint (YUV420P/YUV444P only), so ffmpeg auto-inserts a scale filter to
convert the pixel format. That conversion needs swscale, so both tests
fail to configure the filter graph under --disable-swscale:
Error configuring filter graph: Invalid argument
Conversion failed!
Reported by the x86_64-archlinux-gcc-disableswscale FATE slot. Add
SCALE_FILTER to their dependency list so they are skipped when the scale
filter (and thus swscale) is unavailable, matching the existing
convention for conversion-dependent FATE tests.
Signed-off-by: Bogdan Lisman <[email protected]>
---
tests/fate/filter-video.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index d16fff4d6c..c71158c7bc 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -51,10 +51,10 @@ fate-filter-mcdeint-medium: CMD = framecrc -flags bitexact
-idct simple -i $(TAR
FATE_FILTER_SAMPLES-$(call FILTERDEMDEC, MCDEINT, MPEGTS, MPEG2VIDEO,
SNOW_ENCODER) += $(FATE_MCDEINT)
-FATE_FILTER-$(call FILTERFRAMECRC, MCDEINT TESTSRC, SNOW_ENCODER) +=
fate-filter-mcdeint-slow-edge
+FATE_FILTER-$(call FILTERFRAMECRC, MCDEINT TESTSRC, SNOW_ENCODER SCALE_FILTER)
+= fate-filter-mcdeint-slow-edge
fate-filter-mcdeint-slow-edge: CMD = framecrc -auto_conversion_filters -flags
bitexact -lavfi testsrc=s=5x32:r=25:d=1,mcdeint=mode=slow -frames:v 3
-FATE_FILTER-$(call FILTERFRAMECRC, MCDEINT TESTSRC, SNOW_ENCODER) +=
fate-filter-mcdeint-slow
+FATE_FILTER-$(call FILTERFRAMECRC, MCDEINT TESTSRC, SNOW_ENCODER SCALE_FILTER)
+= fate-filter-mcdeint-slow
fate-filter-mcdeint-slow: CMD = framecrc -auto_conversion_filters -flags
bitexact -lavfi testsrc=s=128x2:r=25:d=1,mcdeint=mode=slow -frames:v 3
FATE_FILTER_SAMPLES-$(call FILTERDEMDEC, CODECVIEW, RM, RV40) +=
fate-filter-codecview-mvs
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]