diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-03-07 22:13:39 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-09 19:36:12 +0100 |
commit | ad53c7f9ece7f95cd9538775fb6fd7a17eb1d301 (patch) | |
tree | a3eb24614d470ec588bce56268f96c327b0d5c70 /tests | |
parent | d07de6d75d36e9e953be7f0cdf82148c31a09b8a (diff) | |
download | ffmpeg-ad53c7f9ece7f95cd9538775fb6fd7a17eb1d301.tar.gz |
lavf: Add system to seperate relative timestamps from absolute ones.
With this we can always know if a timestamp is based on added durations
from an unknown origin or if it is based on a correct timestamp (and possibly
added durations)
This should fix some bugs where this distinction was mixed up.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/lavf/wtv | 2 | ||||
-rw-r--r-- | tests/ref/seek/lavf_wtv | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/lavf/wtv b/tests/ref/lavf/wtv index c101a3e58f..f0668a7d72 100644 --- a/tests/ref/lavf/wtv +++ b/tests/ref/lavf/wtv @@ -1,3 +1,3 @@ 7bd312f32538a14f248c2dff85394118 *./tests/data/lavf/lavf.wtv 413696 ./tests/data/lavf/lavf.wtv -./tests/data/lavf/lavf.wtv CRC=0xebced481 +./tests/data/lavf/lavf.wtv CRC=0x133216c1 diff --git a/tests/ref/seek/lavf_wtv b/tests/ref/seek/lavf_wtv index 2d6b95ca7a..20c0bb32ab 100644 --- a/tests/ref/seek/lavf_wtv +++ b/tests/ref/seek/lavf_wtv @@ -1,4 +1,4 @@ -ret: 0 st: 0 flags:1 dts:-0.040000 pts:-0.040000 pos: 2144 size: 24801 +ret: 0 st: 0 flags:1 dts:-0.040000 pts: 0.000000 pos: 2144 size: 24801 ret: 0 st:-1 flags:0 ts:-1.000000 ret: 0 st: 0 flags:1 dts: NOPTS pts: 0.000000 pos: 2144 size: 24801 ret:-1 st:-1 flags:1 ts: 1.894167 |