summaryrefslogtreecommitdiffstats
path: root/tests/fate/video.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-02-29 15:39:27 +0100
committerLuca Barbato <lu_zero@gentoo.org>2017-03-09 18:37:29 +0100
commitb57a95d0147beae746db1c1223d100447f42dced (patch)
tree4fe0ce48ea0bb1bb791123282dbd283ccdfa7f7c /tests/fate/video.mak
parent5f794aa1653aa04c1da7397e9ccacad947fadf5f (diff)
downloadffmpeg-streaming-b57a95d0147beae746db1c1223d100447f42dced.zip
ffmpeg-streaming-b57a95d0147beae746db1c1223d100447f42dced.tar.gz
cfhd: Add FATE tests
Diffstat (limited to 'tests/fate/video.mak')
-rw-r--r--tests/fate/video.mak12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index 01108f8..379eb2b 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -61,6 +61,18 @@ fate-cavs: CMD = framecrc -i $(TARGET_SAMPLES)/cavs/cavs.mpg -an
FATE_SAMPLES_AVCONV-$(call DEMDEC, CDG, CDGRAPHICS) += fate-cdgraphics
fate-cdgraphics: CMD = framecrc -i $(TARGET_SAMPLES)/cdgraphics/BrotherJohn.cdg -pix_fmt rgb24 -t 1
+FATE_CFHD-$(CONFIG_AVI_DEMUXER) += fate-cfhd-1
+fate-cfhd-1: CMD = framecrc -i $(TARGET_SAMPLES)/cfhd/cfhd_422.avi -pix_fmt yuv422p10le
+
+FATE_CFHD-$(CONFIG_AVI_DEMUXER) += fate-cfhd-2
+fate-cfhd-2: CMD = framecrc -i $(TARGET_SAMPLES)/cfhd/cfhd_444.avi -pix_fmt yuv422p10le
+
+FATE_CFHD-$(CONFIG_MOV_DEMUXER) += fate-cfhd-3
+fate-cfhd-3: CMD = framecrc -i $(TARGET_SAMPLES)/cfhd/cfhd_odd.mov -pix_fmt yuv422p10le
+
+FATE_SAMPLES_AVCONV-$(CONFIG_CFHD_DECODER) += $(FATE_CFHD-yes)
+fate-cfhd: $(FATE_CFHD-yes)
+
FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, CLJR) += fate-cljr
fate-cljr: CMD = framecrc -i $(TARGET_SAMPLES)/cljr/testcljr-partial.avi
OpenPOWER on IntegriCloud