diff options
author | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-06-23 22:20:10 +0200 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-06-23 22:20:10 +0200 |
commit | c60d328e676770596c40931567feee8efc7ef670 (patch) | |
tree | f4fce9768e97d3e4c33618589e4b19b4c139e0d4 /tests | |
parent | b1e1da52fe2e7320363fdaa0cdd276847e25bf53 (diff) | |
parent | a79aafd0b4d37eda6f15dc68e6509d4e815290c9 (diff) | |
download | ffmpeg-c60d328e676770596c40931567feee8efc7ef670.tar.gz |
Merge commit 'a79aafd0b4d37eda6f15dc68e6509d4e815290c9'
* commit 'a79aafd0b4d37eda6f15dc68e6509d4e815290c9':
movenc: Add a test for VFR with b-frames, with a duration change at a fragment end
Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/movenc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/fate/movenc b/tests/ref/fate/movenc index 003b7a7ca6..d3a86bc65c 100644 --- a/tests/ref/fate/movenc +++ b/tests/ref/fate/movenc @@ -127,3 +127,11 @@ write_data len 1500, time nopts, type unknown atom - write_data len 1004, time nopts, type unknown atom - write_data len 148, time nopts, type trailer atom - 3c2c3f98c8a047f0ecefff07570fd457 9299 large_frag +write_data len 1231, time nopts, type header atom ftyp +write_data len 684, time -33333, type sync atom moof +write_data len 504, time 800000, type boundary atom moof +write_data len 420, time 1266667, type boundary atom moof +write_data len 668, time 1566667, type sync atom moof +write_data len 440, time 2233333, type boundary atom moof +write_data len 262, time nopts, type trailer atom - +edd19deae2b70afcf2cd744b89b7013d 4209 vfr-noduration-interleave |