mirror of https://git.ffmpeg.org/ffmpeg.git
fate: add adpcm_argo test
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
parent
0549daa71b
commit
6afc2797d2
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue