[FFmpeg-cvslog] fate/adpcm: add adpcm_ima_ssi tests

Zane van Iperen git at videolan.org
Sat Feb 8 01:21:05 EET 2020


ffmpeg | branch: master | Zane van Iperen <zane at zanevaniperen.com> | Fri Feb  7 11:38:25 2020 +0000| [3b860bfd6fc9de9748a8d99b944d8de8194dd9e9] | committer: Michael Niedermayer

fate/adpcm: add adpcm_ima_ssi tests

Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 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(+)

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



More information about the ffmpeg-cvslog mailing list