diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-07-04 21:02:25 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-07-07 11:34:13 +0200 |
commit | 6cde03739e26b65e1ee332f551880ec8851bacb5 (patch) | |
tree | b4035f100ba87e1309c4cbfd2bc3bf5d8691b271 | |
parent | 8b8ee799de8409189f5b75eb791995ce548e4a41 (diff) | |
download | ffmpeg-6cde03739e26b65e1ee332f551880ec8851bacb5.tar.gz |
tests/fate/filter-audio: convert atempo test to oneoff
Filter output is not bitexact.
-rw-r--r-- | tests/fate/filter-audio.mak | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak index cf6065b93f..a3f7aaddbf 100644 --- a/tests/fate/filter-audio.mak +++ b/tests/fate/filter-audio.mak @@ -414,7 +414,9 @@ fate-filter-hdcd-s32p: REF = 0c5513e83eedaa10ab6fac9ddc173cf5 FATE_AFILTER_SAMPLES-$(call FILTERDEMDECENCMUX, ATEMPO, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-atempo fate-filter-atempo: tests/data/asynth-44100-1.wav -fate-filter-atempo: CMD = framecrc -i $(TARGET_PATH)/tests/data/asynth-44100-1.wav -af "atempo=2.0" -ar 44100 +fate-filter-atempo: CMD = pcm -i $(TARGET_PATH)/tests/data/asynth-44100-1.wav -af "atempo=2.0" +fate-filter-atempo: CMP = oneoff +fate-filter-atempo: REF = $(SAMPLES)/filter-reference/atempo.pcm FATE_AFILTER-yes += fate-filter-formats fate-filter-formats: libavfilter/tests/formats$(EXESUF) |