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 9172ab1245 fate/filter-video: add frei0r_src test
9172ab1245 is described below

commit 9172ab124549da1e471a7bc398a5d969a74709cd
Author:     Stefan Breunig <[email protected]>
AuthorDate: Sat Apr 18 22:26:47 2026 +0200
Commit:     michaelni <[email protected]>
CommitDate: Thu Apr 30 03:46:18 2026 +0000

    fate/filter-video: add frei0r_src test
    
    An installation of frei0r-plugins is required to run the tests,
    which is usually seperate from the build headers. Some systems
    have it packaged (e.g. apt install frei0r-plugins). An upstream
    release extracted to FREI0R_PATH also works.
    
    Signed-off-by: Stefan Breunig <[email protected]>
---
 tests/fate/filter-video.mak         |  3 +++
 tests/ref/fate/filter-frei0r-source | 10 ++++++++++
 2 files changed, 13 insertions(+)

diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index 5a7ffc3fe0..f157496d06 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -754,6 +754,9 @@ fate-filter-frei0r-filter: CMD = framecrc -lavfi 
"testsrc2=r=1:d=5,frei0r=enable
 fate-filter-frei0r-filter-unaligned: CMD = framecrc -lavfi 
"testsrc2=s=328x240:r=1:d=5,frei0r=filter_name=distort0r"
 FATE_FFMPEG += $(FATE_FILTER_FREI0R-yes)
 
+FATE_FILTER_FREI0R_SRC-$(call FILTERFRAMECRC, FREI0R_SRC) = 
fate-filter-frei0r-source
+fate-filter-frei0r-source: CMD = framecrc -lavfi 
"frei0r_src=200x200:5:onecol0r:1/2/3" -frames:v 5
+FATE_FFMPEG += $(FATE_FILTER_FREI0R_SRC-yes)
 #
 # Metadata tests
 #
diff --git a/tests/ref/fate/filter-frei0r-source 
b/tests/ref/fate/filter-frei0r-source
new file mode 100644
index 0000000000..02ff7d9c8d
--- /dev/null
+++ b/tests/ref/fate/filter-frei0r-source
@@ -0,0 +1,10 @@
+#tb 0: 1/5
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 200x200
+#sar 0: 1/1
+0,          0,          0,        1,   160000, 0xe2b9de94
+0,          1,          1,        1,   160000, 0xe2b9de94
+0,          2,          2,        1,   160000, 0xe2b9de94
+0,          3,          3,        1,   160000, 0xe2b9de94
+0,          4,          4,        1,   160000, 0xe2b9de94

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to