summaryrefslogtreecommitdiffstats
path: root/tests/fate/filter-audio.mak
diff options
context:
space:
mode:
authorPetru Rares Sincraian <psincraian@outlook.com>2016-07-20 18:32:04 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-07-20 23:09:04 +0200
commit7403dcc34e0f9b1451e081e68c55c15c9a58cbc8 (patch)
treea4e8405ac9fbc7d4e040f1432b4105c639475e88 /tests/fate/filter-audio.mak
parent7a15cf42ee17955b22c9b13d83acdc70eb8983ab (diff)
downloadffmpeg-streaming-7403dcc34e0f9b1451e081e68c55c15c9a58cbc8.zip
ffmpeg-streaming-7403dcc34e0f9b1451e081e68c55c15c9a58cbc8.tar.gz
fate: add test for dcshift filter
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/filter-audio.mak')
-rw-r--r--tests/fate/filter-audio.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak
index 21f68ee..67340c1 100644
--- a/tests/fate/filter-audio.mak
+++ b/tests/fate/filter-audio.mak
@@ -99,6 +99,11 @@ fate-filter-chorus: tests/data/asynth-22050-1.wav
fate-filter-chorus: SRC = $(TARGET_PATH)/tests/data/asynth-22050-1.wav
fate-filter-chorus: CMD = framecrc -i $(SRC) -aframes 10 -af chorus=0.5:0.5:64:0.5:0.25:2
+FATE_AFILTER-$(call FILTERDEMDECENCMUX, DCSHIFT, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-dcshift
+fate-filter-dcshift: tests/data/asynth-44100-2.wav
+fate-filter-dcshift: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
+fate-filter-dcshift: CMD = framecrc -i $(SRC) -aframes 20 -af dcshift=shift=0.25:limitergain=0.05
+
tests/data/hls-list.m3u8: TAG = GEN
tests/data/hls-list.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data
$(M)$(TARGET_EXEC) $(TARGET_PATH)/$< \
OpenPOWER on IntegriCloud