diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-02-29 15:39:27 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2017-03-09 18:37:29 +0100 |
commit | b57a95d0147beae746db1c1223d100447f42dced (patch) | |
tree | 4fe0ce48ea0bb1bb791123282dbd283ccdfa7f7c /tests/fate | |
parent | 5f794aa1653aa04c1da7397e9ccacad947fadf5f (diff) | |
download | ffmpeg-b57a95d0147beae746db1c1223d100447f42dced.tar.gz |
cfhd: Add FATE tests
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/video.mak | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 01108f8d9d..379eb2b0b3 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 |