Browse Source

fate/adpcm: add adpcm_ima_apm tests

Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.3
Zane van Iperen Michael Niedermayer 6 years ago
parent
commit
3de8ca21ab
3 changed files with 8 additions and 0 deletions
  1. +6
    -0
      tests/fate/adpcm.mak
  2. +1
    -0
      tests/ref/fate/adpcm-ima-apm-mono
  3. +1
    -0
      tests/ref/fate/adpcm-ima-apm-stereo

+ 6
- 0
tests/fate/adpcm.mak View File

@@ -100,5 +100,11 @@ fate-adpcm-ima-ssi-mono: CMD = md5 -i $(TARGET_SAMPLES)/kvag/mull1_cut.vag -f s1
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_ADPCM-$(call DEMDEC, APM, ADPCM_IMA_APM) += fate-adpcm-ima-apm-mono
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_SAMPLES_AVCONV += $(FATE_ADPCM-yes)
fate-adpcm: $(FATE_ADPCM-yes)

+ 1
- 0
tests/ref/fate/adpcm-ima-apm-mono View File

@@ -0,0 +1 @@
a5cb56a035ab4b79adceba6fe4a428d2

+ 1
- 0
tests/ref/fate/adpcm-ima-apm-stereo View File

@@ -0,0 +1 @@
e7ceb7f846f831b0bb3728d8ec18fdd4

Loading…
Cancel
Save