mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Add ismv regression test.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
3ce7148dff
commit
9e0f897fe5
2
configure
vendored
2
configure
vendored
@ -1774,7 +1774,7 @@ test_deps _muxer _demuxer \
|
||||
gxf \
|
||||
matroska=mkv \
|
||||
mmf \
|
||||
mov \
|
||||
mov="mov ismv" \
|
||||
pcm_mulaw=mulaw \
|
||||
mxf="mxf mxf_d10" \
|
||||
nut \
|
||||
|
@ -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"
|
||||
|
9
tests/ref/lavf/ismv
Normal file
9
tests/ref/lavf/ismv
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user