mirror of https://git.ffmpeg.org/ffmpeg.git
Add regression test for mov rtp hinting.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
099a1875f0
commit
50361e5144
|
@ -107,6 +107,7 @@ do_lavf flv -an
|
|||
fi
|
||||
|
||||
if [ -n "$do_mov" ] ; then
|
||||
do_lavf mov "-movflags +rtphint -acodec pcm_alaw -vcodec mpeg4"
|
||||
do_lavf_timecode mov "-acodec pcm_alaw -vcodec mpeg4"
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
d2f131b45f4696d7984288ed0263c2e3 *./tests/data/lavf/lavf.mov
|
||||
367321 ./tests/data/lavf/lavf.mov
|
||||
./tests/data/lavf/lavf.mov CRC=0x2f6a9b26
|
||||
9a0b239ff596da58debcf210dece3985 *./tests/data/lavf/lavf.mov
|
||||
357821 ./tests/data/lavf/lavf.mov
|
||||
./tests/data/lavf/lavf.mov CRC=0x2f6a9b26
|
||||
|
|
Loading…
Reference in New Issue