diff options
author | Peter Ross <pross@xvid.org> | 2018-12-24 20:09:46 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2019-06-10 09:44:11 +1000 |
commit | b12432721611ea7a0936645dcbd57b3b8f7d56e6 (patch) | |
tree | b1d4fa2926412090a4638190b9e3f6768769c2aa /tests/fate | |
parent | a9bf65657752ba0abf2c3760f7b5cecf59a6d216 (diff) | |
download | ffmpeg-streaming-b12432721611ea7a0936645dcbd57b3b8f7d56e6.zip ffmpeg-streaming-b12432721611ea7a0936645dcbd57b3b8f7d56e6.tar.gz |
fate: add dst decoder test
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/audio.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak index 4fab472..c41958e 100644 --- a/tests/fate/audio.mak +++ b/tests/fate/audio.mak @@ -28,6 +28,11 @@ FATE_SAMPLES_AUDIO-$(call DEMDEC, DSS, DSS_SP) += fate-dss-lp fate-dss-sp fate-dss-lp: CMD = framecrc -i $(TARGET_SAMPLES)/dss/lp.dss -frames 30 fate-dss-sp: CMD = framecrc -i $(TARGET_SAMPLES)/dss/sp.dss -frames 30 +FATE_SAMPLES_AUDIO-$(call DEMDEC, DSF, DST) += fate-dsf-dst +fate-dsf-dst: CMD = pcm -i $(TARGET_SAMPLES)/dst/dst-64fs44-2ch.dff +fate-dsf-dst: CMP = oneoff +fate-dsf-dst: REF = $(SAMPLES)/dst/dst-64fs44-2ch.pcm + FATE_SAMPLES_AUDIO-$(call DEMDEC, AVI, IMC) += fate-imc fate-imc: CMD = pcm -i $(TARGET_SAMPLES)/imc/imc.avi fate-imc: CMP = oneoff |