From 9e0f897fe5877760e8d5f4f2ea005f8ec71003f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sun, 12 Feb 2012 12:06:36 +0100 Subject: Add ismv regression test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reimar Döffinger --- configure | 2 +- tests/lavf-regression.sh | 4 ++++ tests/ref/lavf/ismv | 9 +++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 tests/ref/lavf/ismv diff --git a/configure b/configure index a95e4f0..9608bee 100755 --- a/configure +++ b/configure @@ -1774,7 +1774,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 286d94f..49c77e8 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -102,6 +102,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..5922cb6 --- /dev/null +++ b/tests/ref/lavf/ismv @@ -0,0 +1,9 @@ +c4e12d7ed2ab47d43b912eb160a2bea8 *./tests/data/lavf/lavf.ismv +312247 ./tests/data/lavf/lavf.ismv +./tests/data/lavf/lavf.ismv CRC=0xbcc963fc +44c724f5dd12436d283aacc95065ad7f *./tests/data/lavf/lavf.ismv +321521 ./tests/data/lavf/lavf.ismv +./tests/data/lavf/lavf.ismv CRC=0x3998478f +c4e12d7ed2ab47d43b912eb160a2bea8 *./tests/data/lavf/lavf.ismv +312247 ./tests/data/lavf/lavf.ismv +./tests/data/lavf/lavf.ismv CRC=0xbcc963fc -- cgit v1.1