diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-03-06 02:46:51 +0000 |
---|---|---|
committer | Rostislav Pehlivanov <rpehlivanov@mozilla.com> | 2017-03-27 14:06:16 +0100 |
commit | a8fe8d6b4a35c95aa94fccde5f001041278d197c (patch) | |
tree | 193d391dfbb7ff8ac5e1a10319ea00785b55c075 /tests/fate/filter-audio.mak | |
parent | d7896e9b4228e5b7ffc7ef0d0f1cf145f518c819 (diff) | |
download | ffmpeg-a8fe8d6b4a35c95aa94fccde5f001041278d197c.tar.gz |
lavfi: remove af_asynts filter
Long overdue for removal, af_aresample should be used instead.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'tests/fate/filter-audio.mak')
-rw-r--r-- | tests/fate/filter-audio.mak | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak index 0ec6758fb2..5d15b31e0b 100644 --- a/tests/fate/filter-audio.mak +++ b/tests/fate/filter-audio.mak @@ -187,12 +187,6 @@ $(FATE_AMIX): SRC1 = $(TARGET_PATH)/tests/data/asynth-44100-2-2.wav $(FATE_AMIX): CMP = oneoff $(FATE_AMIX): CMP_UNIT = f32 -FATE_AFILTER_SAMPLES-$(call FILTERDEMDECMUX, ASYNCTS, FLV, NELLYMOSER, PCM_S16LE) += fate-filter-asyncts -fate-filter-asyncts: SRC = $(TARGET_SAMPLES)/nellymoser/nellymoser-discont.flv -fate-filter-asyncts: CMD = pcm -analyzeduration 10000000 -i $(SRC) -af asyncts -fate-filter-asyncts: CMP = oneoff -fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont-async-v3.pcm - FATE_AFILTER_SAMPLES-$(CONFIG_ARESAMPLE_FILTER) += fate-filter-aresample fate-filter-aresample: SRC = $(TARGET_SAMPLES)/nellymoser/nellymoser-discont.flv fate-filter-aresample: CMD = pcm -analyzeduration 10000000 -i $(SRC) -af aresample=min_comp=0.001:min_hard_comp=0.1:first_pts=0 |