summaryrefslogtreecommitdiff
path: root/tests/fate/adpcm.mak
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2020-02-07 11:38:25 +0000
committerMichael Niedermayer <michael@niedermayer.cc>2020-02-08 00:01:17 +0100
commit3b860bfd6fc9de9748a8d99b944d8de8194dd9e9 (patch)
tree755f93320f890ed914b873db83701b4d96d82911 /tests/fate/adpcm.mak
parent3720153ffca6dc5358574d9a2d267429fe046a6b (diff)
fate/adpcm: add adpcm_ima_ssi tests
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/adpcm.mak')
-rw-r--r--tests/fate/adpcm.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/adpcm.mak b/tests/fate/adpcm.mak
index cbf276190e..a8493e8c58 100644
--- a/tests/fate/adpcm.mak
+++ b/tests/fate/adpcm.mak
@@ -94,5 +94,11 @@ fate-adpcm-argo-mono: CMD = md5 -i $(TARGET_SAMPLES)/argo-asf/PWIN22M.ASF -f s16
FATE_ADPCM-$(call DEMDEC, ARGO_ASF, ADPCM_ARGO) += fate-adpcm-argo-stereo
fate-adpcm-argo-stereo: CMD = md5 -i $(TARGET_SAMPLES)/argo-asf/CBK2_cut.asf -f s16le
+FATE_ADPCM-$(call DEMDEC, KVAG, ADPCM_IMA_SSI) += fate-adpcm-ima-ssi-mono
+fate-adpcm-ima-ssi-mono: CMD = md5 -i $(TARGET_SAMPLES)/kvag/mull1_cut.vag -f s16le
+
+FATE_ADPCM-$(call DEMDEC, KVAG, ADPCM_IMA_SSI) += fate-adpcm-ima-ssi-stereo
+fate-adpcm-ima-ssi-stereo: CMD = md5 -i $(TARGET_SAMPLES)/kvag/credits_cut.vag -f s16le
+
FATE_SAMPLES_AVCONV += $(FATE_ADPCM-yes)
fate-adpcm: $(FATE_ADPCM-yes)