diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-11 17:08:29 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-14 12:55:47 +0100 |
commit | 6a64ff74fe26d7d9f998efe73f17ab1c314e265e (patch) | |
tree | 3fbe1edda68348fa24e3ee5ce136ce07b3d2007b /tests/fate/adpcm.mak | |
parent | 95939bf5650c7194ecbf779ae594d818ce99e89e (diff) | |
download | ffmpeg-6a64ff74fe26d7d9f998efe73f17ab1c314e265e.tar.gz |
fate: split off adpcm-ms-mono test from dxa-feeble
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/adpcm.mak')
-rw-r--r-- | tests/fate/adpcm.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/adpcm.mak b/tests/fate/adpcm.mak index c3dfbe921c..9e06efe0cb 100644 --- a/tests/fate/adpcm.mak +++ b/tests/fate/adpcm.mak @@ -52,6 +52,9 @@ fate-adpcm-ima_wav-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-16-L-m FATE_ADPCM += fate-adpcm-ima-ws 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 |