diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-10-10 14:32:43 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-10-15 09:19:21 +0200 |
commit | b08273c9ca8b91d03133f9fbef100bbd3cd8e271 (patch) | |
tree | 2095bcba3e83fed042e6de5d53975740eb5abe50 /tests/ref/lavf/mkv | |
parent | 304c37b216d77a0159651d9a6044ea9612e11762 (diff) | |
download | ffmpeg-b08273c9ca8b91d03133f9fbef100bbd3cd8e271.tar.gz |
lavf/mkv: avoid negative ts by default.
This fixes playback in some circumstances (like webm in firefox).
Regression after 2c34367b.
It is also matching the Matroska specifications:
http://matroska.org/technical/specs/notes.html, "The quick eye will
notice that if a Cluster's Timecode is set to zero, it is possible to
have Blocks with a negative Raw Timecode. Blocks with a negative Raw
Timecode are not valid."
Diffstat (limited to 'tests/ref/lavf/mkv')
-rw-r--r-- | tests/ref/lavf/mkv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/lavf/mkv b/tests/ref/lavf/mkv index 8820300100..d92aaa8c81 100644 --- a/tests/ref/lavf/mkv +++ b/tests/ref/lavf/mkv @@ -1,3 +1,3 @@ -796a3bbf2410e55e186367037bda6bb5 *./tests/data/lavf/lavf.mkv +84dcb326fe85aeeb5768beb44372f248 *./tests/data/lavf/lavf.mkv 320297 ./tests/data/lavf/lavf.mkv -./tests/data/lavf/lavf.mkv CRC=0x7065846b +./tests/data/lavf/lavf.mkv CRC=0x4780846b |