[FFmpeg-cvslog] FATE: add a test for the volume filter

Anton Khirnov git at videolan.org
Thu Mar 28 15:35:31 CET 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Mar 13 11:03:08 2013 +0100| [9e9cd98aed5c43e2ef1f9390f2cf5494ccd6d90d] | committer: Anton Khirnov

FATE: add a test for the volume filter

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e9cd98aed5c43e2ef1f9390f2cf5494ccd6d90d
---

 tests/fate/filter.mak |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak
index 1d7d06d..8ae6691 100644
--- a/tests/fate/filter.mak
+++ b/tests/fate/filter.mak
@@ -78,6 +78,13 @@ fate-filter-transpose: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf transpose
 FATE_FILTER_VSYNTH-$(CONFIG_UNSHARP_FILTER) += fate-filter-unsharp
 fate-filter-unsharp: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf unsharp
 
+FATE_FILTER-$(call FILTERDEMDECENCMUX, VOLUME, WAV, PCM_S16LE, PCM_S16LE, PCM_S16LE) += fate-filter-volume
+fate-filter-volume: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
+fate-filter-volume: tests/data/asynth-44100-2.wav
+fate-filter-volume: CMD = md5 -i $(SRC) -af volume=precision=fixed:volume=0.5 -f s16le
+fate-filter-volume: CMP = oneline
+fate-filter-volume: REF = 4d6ba75ef3e32d305d066b9bc771d6f4
+
 FATE_YADIF += fate-filter-yadif-mode0
 fate-filter-yadif-mode0: CMD = framecrc -flags bitexact -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -vf yadif=0
 



More information about the ffmpeg-cvslog mailing list