[FFmpeg-cvslog] FATE: add a test for the asyncts audio filter.

Anton Khirnov git at videolan.org
Sun Jul 22 23:56:51 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Jul  5 10:28:28 2012 +0200| [73cd131ebc3a735d27aea945628686e0f450eaa3] | committer: Anton Khirnov

FATE: add a test for the asyncts audio filter.

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

 tests/Makefile        |    1 +
 tests/fate/filter.mak |   10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/tests/Makefile b/tests/Makefile
index 91f2d49..63cf1f2 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -42,6 +42,7 @@ include $(SRC_PATH)/tests/fate/demux.mak
 include $(SRC_PATH)/tests/fate/dfa.mak
 include $(SRC_PATH)/tests/fate/dpcm.mak
 include $(SRC_PATH)/tests/fate/ea.mak
+include $(SRC_PATH)/tests/fate/filter.mak
 include $(SRC_PATH)/tests/fate/flac.mak
 include $(SRC_PATH)/tests/fate/fft.mak
 include $(SRC_PATH)/tests/fate/h264.mak
diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak
new file mode 100644
index 0000000..d547d3b
--- /dev/null
+++ b/tests/fate/filter.mak
@@ -0,0 +1,10 @@
+FATE_ASYNCTS += fate-filter-asyncts
+fate-filter-asyncts: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv
+fate-filter-asyncts: CMD = md5 -i $(SRC) -af asyncts -f wav
+fate-filter-asyncts: CMP = oneline
+fate-filter-asyncts: REF = 5faa5d6ecec8d0c982e80a090d114576
+
+FATE_FILTER += $(FATE_ASYNCTS)
+FATE_SAMPLES_AVCONV += $(FATE_ASYNCTS)
+
+fate-filter: $(FATE_FILTER)



More information about the ffmpeg-cvslog mailing list