Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2022-11-04 08:48:23 +0300
committerPeter Ross <pross@xvid.org>2022-11-07 08:08:35 +0300
commite75e3ac106140b7de6a7cd26d2a14d83c36f5630 (patch)
tree7ab5f55654f95821858a674fc288d9b64fb4ddd5
parent99499125ed7335f1779dc92946a16bc4b479b434 (diff)
fate/audio: msnsiren test case
-rw-r--r--tests/fate/audio.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak
index 5d754b1568..65317c8d45 100644
--- a/tests/fate/audio.mak
+++ b/tests/fate/audio.mak
@@ -46,6 +46,11 @@ fate-imc: CMP = oneoff
fate-imc: CMP_TARGET = 59416
fate-imc: REF = $(SAMPLES)/imc/imc-201706.pcm
+FATE_SAMPLES_AUDIO-$(call DEMDEC, WAV, MSNSIREN) += fate-msnsiren
+fate-msnsiren: CMD = pcm -i $(TARGET_SAMPLES)/msnsiren/msnsiren2.wav
+fate-msnsiren: CMP = oneoff
+fate-msnsiren: REF = $(SAMPLES)/msnsiren/msnsiren2.pcm
+
FATE_SAMPLES_AUDIO-$(call DEMDEC, FLV, NELLYMOSER) += fate-nellymoser
fate-nellymoser: CMD = pcm -i $(TARGET_SAMPLES)/nellymoser/nellymoser.flv
fate-nellymoser: CMP = oneoff