[FFmpeg-cvslog] fate: Move tdsc to the appropriate screen capture file

Vittorio Giovara git at videolan.org
Tue Mar 17 22:06:19 CET 2015


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Mon Mar 16 13:09:50 2015 +0000| [6289706b35d1b030258bba54cc27bb6d2c04bc9b] | committer: Vittorio Giovara

fate: Move tdsc to the appropriate screen capture file

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6289706b35d1b030258bba54cc27bb6d2c04bc9b
---

 tests/fate/screen.mak |    3 +++
 tests/fate/video.mak  |    3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/fate/screen.mak b/tests/fate/screen.mak
index bd6ace6..12f8326 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
 
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index 821d599..1080c1c 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -248,9 +248,6 @@ fate-sp5x: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/sp5x/sp5x_problem.av
 FATE_SAMPLES_AVCONV-$(call DEMDEC, SRT, SRT) += fate-sub-srt
 fate-sub-srt: CMD = md5 -i $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt -f ass
 
-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_SAMPLES_AVCONV-$(call DEMDEC, THP, THP) += fate-thp
 fate-thp: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/thp/pikmin2-opening1-partial.thp -an
 



More information about the ffmpeg-cvslog mailing list