[FFmpeg-cvslog] fate: add filmstrip test

Michael Niedermayer git at videolan.org
Sat Nov 3 22:51:28 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Nov  3 22:47:14 2012 +0100| [33d54af427f73ec926b78d7f4e43571b48bc8ea0] | committer: Michael Niedermayer

fate: add filmstrip test

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 tests/fate/avformat.mak  |    1 +
 tests/lavf-regression.sh |    4 ++++
 tests/ref/lavf/flm       |    3 +++
 3 files changed, 8 insertions(+)

diff --git a/tests/fate/avformat.mak b/tests/fate/avformat.mak
index dccc2ee..56d56fb 100644
--- a/tests/fate/avformat.mak
+++ b/tests/fate/avformat.mak
@@ -8,6 +8,7 @@ FATE_LAVF-$(call ENCDEC,  PCM_S16BE,             CAF)                += caf
 FATE_LAVF-$(call ENCDEC,  DPX,                   IMAGE2)             += dpx
 FATE_LAVF-$(call ENCDEC2, DVVIDEO,    PCM_S16LE, AVI)                += dv_fmt
 FATE_LAVF-$(call ENCDEC2, MPEG1VIDEO, MP2,       FFM)                += ffm
+FATE_LAVF-$(call ENCDEC,  RAWVIDEO,              FILMSTRIP)          += flm
 FATE_LAVF-$(call ENCDEC,  FLV,                   FLV)                += flv_fmt
 FATE_LAVF-$(call ENCDEC,  GIF,                   IMAGE2)             += gif
 FATE_LAVF-$(call ENCDEC2, MPEG2VIDEO, PCM_S16LE, GXF)                += gxf
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 4a348f5..ef61b6c 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -102,6 +102,10 @@ if [ -n "$do_ffm" ] ; then
 do_lavf ffm "-ab 64k"
 fi
 
+if [ -n "$do_flm" ] ; then
+do_lavf flm "" "-pix_fmt rgba"
+fi
+
 if [ -n "$do_flv_fmt" ] ; then
 do_lavf flv "" "-an"
 fi
diff --git a/tests/ref/lavf/flm b/tests/ref/lavf/flm
new file mode 100644
index 0000000..59aac92
--- /dev/null
+++ b/tests/ref/lavf/flm
@@ -0,0 +1,3 @@
+ef4783171ebbc38855331c9ead978322 *./tests/data/lavf/lavf.flm
+10137636 ./tests/data/lavf/lavf.flm
+./tests/data/lavf/lavf.flm CRC=0xcdf15757



More information about the ffmpeg-cvslog mailing list