[FFmpeg-devel] [PATCH] Add ismv regression test.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun Feb 12 12:06:52 CET 2012
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
---
configure | 2 +-
tests/lavf-regression.sh | 4 ++++
tests/ref/lavf/ismv | 9 +++++++++
3 files changed, 14 insertions(+), 1 deletions(-)
create mode 100644 tests/ref/lavf/ismv
diff --git a/configure b/configure
index f818110..2c1dcb3 100755
--- a/configure
+++ b/configure
@@ -1768,7 +1768,7 @@ test_deps _muxer _demuxer \
gxf \
matroska=mkv \
mmf \
- mov \
+ mov="mov ismv" \
pcm_mulaw=mulaw \
mxf="mxf mxf_d10" \
nut \
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 13182c6..316170b 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -110,6 +110,10 @@ if [ -n "$do_mov" ] ; then
do_lavf_timecode mov "-acodec pcm_alaw -vcodec mpeg4"
fi
+if [ -n "$do_ismv" ] ; then
+do_lavf_timecode ismv "-an -vcodec mpeg4"
+fi
+
if [ -n "$do_dv_fmt" ] ; then
do_lavf_timecode_nodrop dv "-ar 48000 -r 25 -s pal -ac 2"
do_lavf_timecode_drop dv "-ar 48000 -pix_fmt yuv411p -s ntsc -ac 2"
diff --git a/tests/ref/lavf/ismv b/tests/ref/lavf/ismv
new file mode 100644
index 0000000..f97e00a
--- /dev/null
+++ b/tests/ref/lavf/ismv
@@ -0,0 +1,9 @@
+fb50eb459f9b70175ba37afa0dae349a *./tests/data/lavf/lavf.ismv
+312251 ./tests/data/lavf/lavf.ismv
+./tests/data/lavf/lavf.ismv CRC=0xbcc963fc
+8ff398f073e05b226920ca3df82ca4e6 *./tests/data/lavf/lavf.ismv
+321525 ./tests/data/lavf/lavf.ismv
+./tests/data/lavf/lavf.ismv CRC=0x3998478f
+fb50eb459f9b70175ba37afa0dae349a *./tests/data/lavf/lavf.ismv
+312251 ./tests/data/lavf/lavf.ismv
+./tests/data/lavf/lavf.ismv CRC=0xbcc963fc
--
1.7.9
More information about the ffmpeg-devel
mailing list