[FFmpeg-cvslog] fate: Add a target for creating a 16000 Hz mono synthetic audio file

Martin Storsjö git at videolan.org
Wed Oct 19 02:15:09 CEST 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Mon Oct 17 23:03:49 2011 +0300| [73dbc89cbb8826e76ff4b8f8cdb42a850cb2c463] | committer: Martin Storsjö

fate: Add a target for creating a 16000 Hz mono synthetic audio file

Signed-off-by: Martin Storsjö <martin at martin.st>

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

 tests/Makefile |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index 1ec9dc3..bf0ead7 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -17,7 +17,11 @@ tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF)
 	@mkdir -p tests/data
 	$(M)./$< $@
 
-tests/data/asynth1.sw tests/vsynth%/00.pgm: TAG = GEN
+tests/data/asynth-16000-1.sw: tests/audiogen$(HOSTEXESUF)
+	@mkdir -p tests/data
+	$(M)./$< $@ 16000 1
+
+tests/data/asynth%.sw tests/vsynth%/00.pgm: TAG = GEN
 
 include $(SRC_PATH)/tests/fate.mak
 include $(SRC_PATH)/tests/fate2.mak



More information about the ffmpeg-cvslog mailing list