summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-12-04 17:54:05 +0100
committerPaul B Mahol <onemda@gmail.com>2020-12-07 21:09:08 +0100
commitf41de0436cc8ce7221cd3702a51f3676cc689cf7 (patch)
treee99a4581aba2b484e85c4d2eb58c9a5d88de299d /tests/fate
parentc369ceb24474449897b3c198fa2c03793173620e (diff)
avfilter/af_earwax: fix filter behavior
Previous filter output was incorrect. New one actually follows graph in comments described on side of filter taps.
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/filter-audio.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak
index ee1a9dfc97..8b38ee5e75 100644
--- a/tests/fate/filter-audio.mak
+++ b/tests/fate/filter-audio.mak
@@ -112,7 +112,7 @@ fate-filter-dcshift: CMD = framecrc -i $(SRC) -frames:a 20 -af aresample,dcshift
FATE_AFILTER-$(call FILTERDEMDECENCMUX, EARWAX, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-earwax
fate-filter-earwax: tests/data/asynth-44100-2.wav
fate-filter-earwax: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
-fate-filter-earwax: CMD = framecrc -i $(SRC) -frames:a 20 -af earwax
+fate-filter-earwax: CMD = framecrc -i $(SRC) -frames:a 20 -af aresample,earwax,aresample
FATE_AFILTER-$(call FILTERDEMDECENCMUX, EXTRASTEREO, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-extrastereo
fate-filter-extrastereo: tests/data/asynth-44100-2.wav