diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-12-01 16:11:22 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-01-10 17:54:47 +0100 |
commit | f8936c6f90fbbc5343fc8c2c71bda6e31f2ca704 (patch) | |
tree | d1694b17c51e24725b27eff04d220d524c4c3525 /tests/fate/video.mak | |
parent | 76c40fbef06aaf5013450a4b51dd3c49955777a1 (diff) | |
download | ffmpeg-f8936c6f90fbbc5343fc8c2c71bda6e31f2ca704.tar.gz |
fate: Split fate-siff test into demuxer and VB video decoder test
Diffstat (limited to 'tests/fate/video.mak')
-rw-r--r-- | tests/fate/video.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 51315dfaac..8ed8edff38 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -243,6 +243,9 @@ FATE_SAMPLES_AVCONV-$(call ENCDEC, V410 PGMYUV, AVI IMAGE2) += fate-v410enc fate-v410enc: tests/vsynth1/00.pgm fate-v410enc: CMD = md5 -f image2 -vcodec pgmyuv -i $(TARGET_PATH)/tests/vsynth1/%02d.pgm -flags +bitexact -vcodec v410 -f avi +FATE_SAMPLES_AVCONV-$(call DEMDEC, SIFF, VB) += fate-vb +fate-vb: CMD = framecrc -i $(SAMPLES)/SIFF/INTRO_B.VB -t 3 -pix_fmt rgb24 -an + FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, VCR1) += fate-vcr1 fate-vcr1: CMD = framecrc -i $(SAMPLES)/vcr1/VCR1test.avi -an |