mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-15 20:01:42 +00:00
fate/adpcm: add adpcm_argo tests
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
d4440c7e91
commit
d84a30e123
@ -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)
|
||||
|
1
tests/ref/fate/adpcm-argo-mono
Normal file
1
tests/ref/fate/adpcm-argo-mono
Normal file
@ -0,0 +1 @@
|
||||
3876d24a376b1ab1f6d207b7abda635e
|
1
tests/ref/fate/adpcm-argo-stereo
Normal file
1
tests/ref/fate/adpcm-argo-stereo
Normal file
@ -0,0 +1 @@
|
||||
53ad310be0175583a5c3c0e5fe341b18
|
Loading…
Reference in New Issue
Block a user