diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-11 16:25:34 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-14 12:56:06 +0100 |
commit | 773459e75793a2721da6109e7219c4505ec59b32 (patch) | |
tree | f8699779fbafca7d3e0549edc2e7c457697ab1c4 | |
parent | 6a64ff74fe26d7d9f998efe73f17ab1c314e265e (diff) | |
download | ffmpeg-773459e75793a2721da6109e7219c4505ec59b32.tar.gz |
fate: rename adpcm-psx-str-v3 to adpcm-xa
This matches the name of the codec tested.
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | tests/fate/adpcm.mak | 6 | ||||
-rw-r--r-- | tests/ref/fate/adpcm-xa (renamed from tests/ref/fate/adpcm-psx-str-v3) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/fate/adpcm.mak b/tests/fate/adpcm.mak index 9e06efe0cb..3a5fa35f98 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 index 04be2b9067..04be2b9067 100644 --- a/tests/ref/fate/adpcm-psx-str-v3 +++ b/tests/ref/fate/adpcm-xa |