[FFmpeg-cvslog] fate: drop pointless _audio and _video suffixes from xan tests

Diego Biurrun git at videolan.org
Sat Dec 31 01:28:13 CET 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Dec 30 18:43:26 2011 +0100| [f486fb338e36e674c2b72fc7c859967538cf1b47] | committer: Diego Biurrun

fate: drop pointless _audio and _video suffixes from xan tests

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

 tests/fate/dpcm.mak                         |    4 ++--
 tests/fate2.mak                             |    4 ++--
 tests/ref/fate/{dpcm_xan_audio => dpcm-xan} |    0
 tests/ref/fate/{xxan_wc4_video => xxan-wc4} |    0
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/fate/dpcm.mak b/tests/fate/dpcm.mak
index 4b3305f..7144518 100644
--- a/tests/fate/dpcm.mak
+++ b/tests/fate/dpcm.mak
@@ -37,6 +37,6 @@ fate-qt-msimaadpcm-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-16-L-m
 FATE_TESTS += fate-thp-mjpeg-adpcm
 fate-thp-mjpeg-adpcm: CMD = framecrc -idct simple -i $(SAMPLES)/thp/pikmin2-opening1-partial.thp
 
-FATE_TESTS += fate-dpcm_xan_audio
-fate-dpcm_xan_audio: CMD = md5  -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le
+FATE_TESTS += fate-dpcm-xan
+fate-dpcm-xan: CMD = md5  -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le
 
diff --git a/tests/fate2.mak b/tests/fate2.mak
index 479adf6..40cebfe 100644
--- a/tests/fate2.mak
+++ b/tests/fate2.mak
@@ -88,5 +88,5 @@ fate-v410enc: CMD = md5 -f image2 -vcodec pgmyuv -i $(TARGET_PATH)/tests/vsynth1
 FATE_TESTS += fate-r210
 fate-r210: CMD = framecrc -i $(SAMPLES)/r210/r210.avi -pix_fmt rgb48le
 
-FATE_TESTS += fate-xxan_wc4_video
-fate-xxan_wc4_video: CMD = framecrc -i $(SAMPLES)/wc4-xan/wc4_2.avi -an -vframes 10
+FATE_TESTS += fate-xxan-wc4
+fate-xxan-wc4: CMD = framecrc -i $(SAMPLES)/wc4-xan/wc4_2.avi -an -vframes 10
diff --git a/tests/ref/fate/dpcm_xan_audio b/tests/ref/fate/dpcm-xan
similarity index 100%
rename from tests/ref/fate/dpcm_xan_audio
rename to tests/ref/fate/dpcm-xan
diff --git a/tests/ref/fate/xxan_wc4_video b/tests/ref/fate/xxan-wc4
similarity index 100%
rename from tests/ref/fate/xxan_wc4_video
rename to tests/ref/fate/xxan-wc4



More information about the ffmpeg-cvslog mailing list