diff options
author | Petru Rares Sincraian <psincraian@outlook.com> | 2016-08-02 09:38:17 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-02 12:50:04 +0200 |
commit | 7be021d9495bb12189e2e51740a1a6e3c881007b (patch) | |
tree | 88030c0818cfaa39f9892043f6f79f2fc0e4a037 /tests/fate | |
parent | 01f0598b18e92b34b56393f8a148faf497ae9c15 (diff) | |
download | ffmpeg-streaming-7be021d9495bb12189e2e51740a1a6e3c881007b.zip ffmpeg-streaming-7be021d9495bb12189e2e51740a1a6e3c881007b.tar.gz |
fate: add test for tremolo filter
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/filter-audio.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak index ac4c3f4..d9db494 100644 --- a/tests/fate/filter-audio.mak +++ b/tests/fate/filter-audio.mak @@ -122,6 +122,11 @@ FATE_AFILTER_SAMPLES-$(call FILTERDEMDECENCMUX, STEREOTOOLS, WAV, PCM_S16LE, PCM fate-filter-stereotools: SRC = $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav fate-filter-stereotools: CMD = framecrc -i $(SRC) -aframes 20 -af stereotools=mlev=0.015625 +FATE_AFILTER-$(call FILTERDEMDECENCMUX, TREMOLO, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-tremolo +fate-filter-tremolo: tests/data/asynth-44100-2.wav +fate-filter-tremolo: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav +fate-filter-tremolo: CMD = framecrc -i $(SRC) -aframes 20 -af tremolo + tests/data/hls-list.m3u8: TAG = GEN tests/data/hls-list.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data $(M)$(TARGET_EXEC) $(TARGET_PATH)/$< \ |