diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2020-02-04 02:01:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-02-04 23:34:22 +0100 |
commit | d84a30e1238b9feed1c957809108fc5e39d80629 (patch) | |
tree | d0d32ab3eb4af9b23f60fb969c21bcb2fc0423eb /tests/fate | |
parent | d4440c7e91b0ef5f6776d98c51dbb6cd66ea0194 (diff) | |
download | ffmpeg-d84a30e1238b9feed1c957809108fc5e39d80629.tar.gz |
fate/adpcm: add adpcm_argo tests
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/adpcm.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/adpcm.mak b/tests/fate/adpcm.mak index b64920d4fe..cbf276190e 100644 --- a/tests/fate/adpcm.mak +++ b/tests/fate/adpcm.mak @@ -88,5 +88,11 @@ fate-adpcm-vima: CMD = framecrc -i $(TARGET_SAMPLES)/smush/ronin_part.znm -vn FATE_ADPCM-$(call DEMDEC, STR, ADPCM_XA) += fate-adpcm-xa fate-adpcm-xa: CMD = framecrc -i $(TARGET_SAMPLES)/psx-str/abc000_cut.str -vn +FATE_ADPCM-$(call DEMDEC, ARGO_ASF, ADPCM_ARGO) += fate-adpcm-argo-mono +fate-adpcm-argo-mono: CMD = md5 -i $(TARGET_SAMPLES)/argo-asf/PWIN22M.ASF -f s16le + +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_SAMPLES_AVCONV += $(FATE_ADPCM-yes) fate-adpcm: $(FATE_ADPCM-yes) |