diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-24 03:34:33 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-24 03:52:55 +0200 |
commit | 783a2568b28dfb87cd6026191de46fda923cb6d0 (patch) | |
tree | 070bd38ac7e69868778f00c73338b93534063847 /tests/fate/filter-audio.mak | |
parent | 69630f4d304a4e35d90957d6a170744af87cbf93 (diff) | |
download | ffmpeg-783a2568b28dfb87cd6026191de46fda923cb6d0.tar.gz |
tests/fate/filter-audio: fate-filter-chorus: Randomly change parameters to some values which pass on arm/mips/x86-32/64
If this still doesnt give the same results on all platforms then this should be
disabled
Found-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/filter-audio.mak')
-rw-r--r-- | tests/fate/filter-audio.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak index 43d8ff19d6..32787a764c 100644 --- a/tests/fate/filter-audio.mak +++ b/tests/fate/filter-audio.mak @@ -97,7 +97,7 @@ fate-filter-asetrate: CMD = framecrc -i $(SRC) -aframes 20 -af asetrate=20000 FATE_AFILTER-$(call FILTERDEMDECENCMUX, CHORUS, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-chorus 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-filter-chorus: CMD = framecrc -i $(SRC) -aframes 10 -af chorus=0.050001:0.050002:64:0.050001:0.025003:2.00004 FATE_AFILTER-$(call FILTERDEMDECENCMUX, DCSHIFT, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-dcshift fate-filter-dcshift: tests/data/asynth-44100-2.wav |