diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-02-28 03:54:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-02-28 03:54:50 +0100 |
commit | 5d18dc37953966422ad1b64a395ce54b9a641081 (patch) | |
tree | acf7141654a3bf1ca5dac862e4ff458564f864fe | |
parent | b4dcd351ec50caaa484bc5c66b4a8d5557a0f1ea (diff) | |
download | ffmpeg-5d18dc37953966422ad1b64a395ce54b9a641081.tar.gz |
tests/lavf-regression: Add mp4 timecode test
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rwxr-xr-x | tests/lavf-regression.sh | 1 | ||||
-rw-r--r-- | tests/ref/lavf/mov | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index a37f714cd4..bedeb8988a 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -122,6 +122,7 @@ if [ -n "$do_mov" ] ; then mov_common_opt="-acodec pcm_alaw -vcodec mpeg4 -threads 1" do_lavf mov "" "-movflags +rtphint $mov_common_opt" do_lavf_timecode mov "-movflags +faststart $mov_common_opt" +do_lavf_timecode mp4 "-vcodec mpeg4 -an -threads 1" fi if [ -n "$do_ismv" ] ; then diff --git a/tests/ref/lavf/mov b/tests/ref/lavf/mov index 72d962aad5..2e1f24dfc6 100644 --- a/tests/ref/lavf/mov +++ b/tests/ref/lavf/mov @@ -10,3 +10,12 @@ ba3b8b49e420510a0d417400dbedfc2d *./tests/data/lavf/lavf.mov fd0e4de8e7f6d0c8c0681d7020f00f50 *./tests/data/lavf/lavf.mov 356921 ./tests/data/lavf/lavf.mov ./tests/data/lavf/lavf.mov CRC=0xbb2b949b +ebca72c186a4f3ba9bb17d9cb5b74fef *./tests/data/lavf/lavf.mp4 +312457 ./tests/data/lavf/lavf.mp4 +./tests/data/lavf/lavf.mp4 CRC=0x9d9a638a +9944512475d82d2d601f3c96101bdf9c *./tests/data/lavf/lavf.mp4 +321343 ./tests/data/lavf/lavf.mp4 +./tests/data/lavf/lavf.mp4 CRC=0xe8130120 +7b3e71f294901067046c09f03a426bdc *./tests/data/lavf/lavf.mp4 +312001 ./tests/data/lavf/lavf.mp4 +./tests/data/lavf/lavf.mp4 CRC=0x9d9a638a |