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

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


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

FATE: add a test for the join filter

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

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

diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak
index 8ae6691..904b85c 100644
--- a/tests/fate/filter.mak
+++ b/tests/fate/filter.mak
@@ -63,6 +63,14 @@ fate-filter-gradfun: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf gradfun
 FATE_FILTER_VSYNTH-$(CONFIG_HQDN3D_FILTER) += fate-filter-hqdn3d
 fate-filter-hqdn3d: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf hqdn3d
 
+FATE_FILTER-$(call FILTERDEMDECENCMUX, JOIN, WAV, PCM_S16LE, PCM_S16LE, PCM_S16LE) += fate-filter-join
+fate-filter-join: SRC1 = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
+fate-filter-join: SRC2 = $(TARGET_PATH)/tests/data/asynth-44100-3.wav
+fate-filter-join: tests/data/asynth-44100-2.wav tests/data/asynth-44100-3.wav
+fate-filter-join: CMD = md5 -i $(SRC1) -i $(SRC2) -filter_complex join=channel_layout=5 -f s16le
+fate-filter-join: CMP = oneline
+fate-filter-join: REF = 38fa1b18b0c46d77df6f17bfc4f078dd
+
 FATE_FILTER_VSYNTH-$(CONFIG_NEGATE_FILTER) += fate-filter-negate
 fate-filter-negate: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf negate
 



More information about the ffmpeg-cvslog mailing list