diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-16 13:09:50 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-17 13:36:10 +0000 |
commit | 6289706b35d1b030258bba54cc27bb6d2c04bc9b (patch) | |
tree | 0a8b98b183d155571a3822c11cdbd01a0999697b /tests/fate/screen.mak | |
parent | 423f5d50e499ab972f507115700c8f31ed8993e4 (diff) | |
download | ffmpeg-6289706b35d1b030258bba54cc27bb6d2c04bc9b.tar.gz |
fate: Move tdsc to the appropriate screen capture file
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 bd6ace6727..12f8326642 100644 --- a/tests/fate/screen.mak +++ b/tests/fate/screen.mak @@ -29,6 +29,9 @@ fate-fraps-v5: CMD = framecrc -i $(TARGET_SAMPLES)/fraps/fraps-v5-bouncing-balls FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, FRAPS) += $(FATE_FRAPS) fate-fraps: $(FATE_FRAPS) +FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, TDSC) += fate-tdsc +fate-tdsc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/tdsc/tdsc.asf -an -pix_fmt bgr24 + FATE_TSCC += fate-tscc-15bit fate-tscc-15bit: CMD = framecrc -i $(TARGET_SAMPLES)/tscc/oneminute.avi -t 15 -pix_fmt rgb24 |