summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-03-14 21:11:10 +0100
committerPaul B Mahol <onemda@gmail.com>2022-03-16 21:03:36 +0100
commitb63c9c7f97648ce5e17020d323c7f53663d5480d (patch)
tree23e32ccd24d42bda40f51f66dbe7f524df9c8aa7 /tests/fate
parentea887ef8761e44bdef9e2a3daea08a0d2dcb8fef (diff)
fate: add chromashift tests
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/filter-video.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index cd33361880..d539cccc22 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -451,6 +451,10 @@ fate-filter-concat: CMD = framecrc -filter_complex_script $(TARGET_PATH)/tests/d
fate-filter-concat-vfr: tests/data/filtergraphs/concat-vfr
fate-filter-concat-vfr: CMD = framecrc -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/concat-vfr
+FATE_FILTER-$(call ALLYES, TESTSRC2_FILTER CHROMASHIFT_FILTER) += fate-filter-chromashift-smear fate-filter-chromashift-wrap
+fate-filter-chromashift-smear: CMD = framecrc -lavfi testsrc2=r=5:d=1,chromashift=cbh=-1:cbv=1:crh=2:crv=-2:edge=smear -pix_fmt yuv420p
+fate-filter-chromashift-wrap: CMD = framecrc -lavfi testsrc2=r=5:d=1,chromashift=cbh=-1:cbv=1:crh=2:crv=-2:edge=wrap -pix_fmt yuv420p
+
FATE_FILTER-$(call ALLYES, TESTSRC2_FILTER FPS_FILTER DECIMATE_FILTER) += fate-filter-decimate
fate-filter-decimate: CMD = framecrc -lavfi testsrc2=r=24:d=10,fps=60,decimate=5,decimate=4,decimate=3 -pix_fmt yuv420p