[FFmpeg-cvslog] fate: rename adpcm-psx-str-v3 to adpcm-xa

Mans Rullgard git at videolan.org
Mon May 14 21:12:24 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri May 11 16:25:34 2012 +0100| [773459e75793a2721da6109e7219c4505ec59b32] | committer: Mans Rullgard

fate: rename adpcm-psx-str-v3 to adpcm-xa

This matches the name of the codec tested.

Signed-off-by: Mans Rullgard <mans at mansr.com>

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

 tests/fate/adpcm.mak                          |    6 +++---
 tests/ref/fate/{adpcm-psx-str-v3 => adpcm-xa} |    0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/fate/adpcm.mak b/tests/fate/adpcm.mak
index 9e06efe..3a5fa35 100644
--- a/tests/fate/adpcm.mak
+++ b/tests/fate/adpcm.mak
@@ -55,12 +55,12 @@ fate-adpcm-ima-ws: CMD = framecrc -i $(SAMPLES)/vqa/cc-demo1-partial.vqa -vn
 FATE_ADPCM += fate-adpcm-ms-mono
 fate-adpcm-ms-mono: CMD = framecrc -i $(SAMPLES)/dxa/meetsquid.dxa -t 2 -vn
 
-FATE_ADPCM += fate-adpcm-psx-str-v3
-fate-adpcm-psx-str-v3: CMD = framecrc -i $(SAMPLES)/psx-str/abc000_cut.str -vn
-
 FATE_ADPCM += fate-adpcm-thp
 fate-adpcm-thp: CMD = framecrc -i $(SAMPLES)/thp/pikmin2-opening1-partial.thp -vn
 
+FATE_ADPCM += fate-adpcm-xa
+fate-adpcm-xa: CMD = framecrc -i $(SAMPLES)/psx-str/abc000_cut.str -vn
+
 FATE_ADPCM += fate-adpcm_ms-stereo
 fate-adpcm_ms-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-16-L-ms02.mov -f s16le
 
diff --git a/tests/ref/fate/adpcm-psx-str-v3 b/tests/ref/fate/adpcm-xa
similarity index 100%
rename from tests/ref/fate/adpcm-psx-str-v3
rename to tests/ref/fate/adpcm-xa



More information about the ffmpeg-cvslog mailing list