[FFmpeg-devel] [PATCH v2 5/6] fate: add adpcm_argo test

Zane van Iperen zane at zanevaniperen.com
Tue Aug 4 11:46:47 EEST 2020


Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
---
 tests/fate/acodec.mak       | 2 ++
 tests/ref/acodec/adpcm-argo | 4 ++++
 2 files changed, 6 insertions(+)
 create mode 100644 tests/ref/acodec/adpcm-argo

diff --git a/tests/fate/acodec.mak b/tests/fate/acodec.mak
index 197b6ed7c0..96ab0e587e 100644
--- a/tests/fate/acodec.mak
+++ b/tests/fate/acodec.mak
@@ -45,6 +45,7 @@ fate-acodec-pcm-u%le: FMT = nut
 fate-acodec-pcm-f%be: FMT = au
 
 FATE_ACODEC_ADPCM-$(call ENCDEC, ADPCM_ADX,     ADX)  += adx
+FATE_ACODEC_ADPCM-$(call ENCDEC, ADPCM_ARGO,    ARGO_ASF) += argo
 FATE_ACODEC_ADPCM-$(call ENCDEC, ADPCM_IMA_APM, APM)  += ima_apm
 FATE_ACODEC_ADPCM-$(call ENCDEC, ADPCM_IMA_QT,  AIFF) += ima_qt
 FATE_ACODEC_ADPCM-$(call ENCDEC, ADPCM_IMA_SSI, KVAG) += ima_ssi
@@ -60,6 +61,7 @@ fate-acodec-adpcm: $(FATE_ACODEC_ADPCM)
 fate-acodec-adpcm-%: CODEC = adpcm_$(@:fate-acodec-adpcm-%=%)
 
 fate-acodec-adpcm-adx:     FMT = adx
+fate-acodec-adpcm-argo:    FMT = argo_asf
 fate-acodec-adpcm-ima_apm: FMT = apm
 fate-acodec-adpcm-ima_qt:  FMT = aiff
 fate-acodec-adpcm-ima_ssi: FMT = kvag
diff --git a/tests/ref/acodec/adpcm-argo b/tests/ref/acodec/adpcm-argo
new file mode 100644
index 0000000000..127153c081
--- /dev/null
+++ b/tests/ref/acodec/adpcm-argo
@@ -0,0 +1,4 @@
+14b2507d14e95c20bb7ae49b4fcbcbf1 *tests/data/fate/acodec-adpcm-argo.argo_asf
+281190 tests/data/fate/acodec-adpcm-argo.argo_asf
+cc5e5c695adeaebaa2b1f0df5ebd59ee *tests/data/fate/acodec-adpcm-argo.out.wav
+stddev: 1542.05 PSNR: 32.57 MAXDIFF:59667 bytes:  1058400/  1058432
-- 
2.25.1




More information about the ffmpeg-devel mailing list