diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-18 15:59:05 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-22 20:10:56 +0100 |
commit | 93eaeb02443602e8c9b8fc1f3f49504a9892b647 (patch) | |
tree | 6d3cea2565c580abb65d608a10c2519adc202c53 /tests/fate/screen.mak | |
parent | 4e33582a0bfad3f066b65a8534cc9f561d4aff3c (diff) | |
download | ffmpeg-93eaeb02443602e8c9b8fc1f3f49504a9892b647.tar.gz |
FATE: add a tscc2 test.
Diffstat (limited to 'tests/fate/screen.mak')
-rw-r--r-- | tests/fate/screen.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/screen.mak b/tests/fate/screen.mak index 3dc69c5c4e..150829ed3d 100644 --- a/tests/fate/screen.mak +++ b/tests/fate/screen.mak @@ -35,6 +35,9 @@ fate-tscc-32bit: CMD = framecrc -i $(SAMPLES)/tscc/2004-12-17-uebung9-partial.av FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TSCC) += $(FATE_TSCC) fate-tscc: $(FATE_TSCC) +FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TSCC2) += fate-tscc2 +fate-tscc2: CMD = framecrc -i $(SAMPLES)/tscc/tsc2_16bpp.avi + FATE_VMNC += fate-vmnc-16bit fate-vmnc-16bit: CMD = framecrc -i $(SAMPLES)/VMnc/test.avi -pix_fmt rgb24 |