diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2020-03-09 13:07:47 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-03-10 20:22:32 +0100 |
commit | 33be368202b3b70631481a617759df2e1bbc15f1 (patch) | |
tree | b811883faca24e00685cb7c0c314081b7040583a | |
parent | 66fac1ff7ccbc4fb6a3aa6b9a95de7b6bc31d14e (diff) | |
download | ffmpeg-33be368202b3b70631481a617759df2e1bbc15f1.tar.gz |
fate/adpcm: add adpcm_ima_alp tests
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | tests/fate/adpcm.mak | 6 | ||||
-rw-r--r-- | tests/ref/fate/adpcm-ima-alp-mono | 1 | ||||
-rw-r--r-- | tests/ref/fate/adpcm-ima-alp-stereo | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/tests/fate/adpcm.mak b/tests/fate/adpcm.mak index ba8aa64fc5..3e6d4ecdd1 100644 --- a/tests/fate/adpcm.mak +++ b/tests/fate/adpcm.mak @@ -106,5 +106,11 @@ fate-adpcm-ima-apm-mono: CMD = md5 -i $(TARGET_SAMPLES)/apm/outro1.apm -f s16le FATE_ADPCM-$(call DEMDEC, APM, ADPCM_IMA_APM) += fate-adpcm-ima-apm-stereo fate-adpcm-ima-apm-stereo: CMD = md5 -i $(TARGET_SAMPLES)/apm/AS01.apm -f s16le +FATE_ADPCM-$(call DEMDEC, ALP, ADPCM_IMA_ALP) += fate-adpcm-ima-alp-mono +fate-adpcm-ima-alp-mono: CMD = md5 -i $(TARGET_SAMPLES)/alp/AD_P11.PCM -f s16le + +FATE_ADPCM-$(call DEMDEC, ALP, ADPCM_IMA_ALP) += fate-adpcm-ima-alp-stereo +fate-adpcm-ima-alp-stereo: CMD = md5 -i $(TARGET_SAMPLES)/alp/theme-cut.tun -f s16le + FATE_SAMPLES_AVCONV += $(FATE_ADPCM-yes) fate-adpcm: $(FATE_ADPCM-yes) diff --git a/tests/ref/fate/adpcm-ima-alp-mono b/tests/ref/fate/adpcm-ima-alp-mono new file mode 100644 index 0000000000..4110a24c3c --- /dev/null +++ b/tests/ref/fate/adpcm-ima-alp-mono @@ -0,0 +1 @@ +288d1ce2e92240ccebfe2586fc22d01b diff --git a/tests/ref/fate/adpcm-ima-alp-stereo b/tests/ref/fate/adpcm-ima-alp-stereo new file mode 100644 index 0000000000..8cf281e92b --- /dev/null +++ b/tests/ref/fate/adpcm-ima-alp-stereo @@ -0,0 +1 @@ +a100877e7e02b8a6ad63154682c844f4 |