[FFmpeg-devel] [PATCH] fate/adpcm: add adpcm_ima_ssi tests

Zane van Iperen zane at zanevaniperen.com
Fri Feb 7 13:38:25 EET 2020


Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
---
 tests/fate/adpcm.mak                | 6 ++++++
 tests/ref/fate/adpcm-ima-ssi-mono   | 1 +
 tests/ref/fate/adpcm-ima-ssi-stereo | 1 +
 3 files changed, 8 insertions(+)
 create mode 100644 tests/ref/fate/adpcm-ima-ssi-mono
 create mode 100644 tests/ref/fate/adpcm-ima-ssi-stereo

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)
diff --git a/tests/ref/fate/adpcm-ima-ssi-mono b/tests/ref/fate/adpcm-ima-ssi-mono
new file mode 100644
index 0000000000..18a7232ced
--- /dev/null
+++ b/tests/ref/fate/adpcm-ima-ssi-mono
@@ -0,0 +1 @@
+18decd2cd6da6957f0b323f7598b2d42
diff --git a/tests/ref/fate/adpcm-ima-ssi-stereo b/tests/ref/fate/adpcm-ima-ssi-stereo
new file mode 100644
index 0000000000..4e2d622faa
--- /dev/null
+++ b/tests/ref/fate/adpcm-ima-ssi-stereo
@@ -0,0 +1 @@
+c4be97a96aea1d6b15f1fe7d97ef7db8
-- 
2.17.1




More information about the ffmpeg-devel mailing list