diff options
author | Petru Rares Sincraian <psincraian@outlook.com> | 2016-08-12 19:00:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-12 23:54:04 +0200 |
commit | 777697a62c00fe17093f383388aaccaca486be93 (patch) | |
tree | 45a96ba1275ca04cf334f051215495c80e94d5d7 /tests/fate/filter-audio.mak | |
parent | 44ac2b9b086db4f026ff7f241e60e480cdfad039 (diff) | |
download | ffmpeg-777697a62c00fe17093f383388aaccaca486be93.tar.gz |
fate: add test for compand filter
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/filter-audio.mak')
-rw-r--r-- | tests/fate/filter-audio.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak index d9db4949e4..d1d9d596c6 100644 --- a/tests/fate/filter-audio.mak +++ b/tests/fate/filter-audio.mak @@ -127,6 +127,12 @@ 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 +FATE_AFILTER-$(call FILTERDEMDECENCMUX, COMPAND, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-compand +fate-filter-compand: tests/data/asynth-44100-2.wav +fate-filter-compand: tests/data/filtergraphs/compand +fate-filter-compand: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav +fate-filter-compand: CMD = framecrc -i $(SRC) -aframes 20 -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/compand + tests/data/hls-list.m3u8: TAG = GEN tests/data/hls-list.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data $(M)$(TARGET_EXEC) $(TARGET_PATH)/$< \ |