diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-04-03 14:11:10 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-04-25 10:13:27 +0200 |
commit | c2cb01d418dd18e1cf997c038d37378d773121be (patch) | |
tree | 4a9a581316f6a1f9cba7de6460319224601d21f3 /tests/ref/lavf | |
parent | fc18cc44ebfae07da153dc782572e7ce2f6fe47d (diff) | |
download | ffmpeg-c2cb01d418dd18e1cf997c038d37378d773121be.tar.gz |
lavf: introduce AVFMT_TS_NEGATIVE
Most formats do not support negative timestamps, shift them to avoid
unexpected behaviour and a number of bad crashes.
CC:libav-stable@libav.org
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'tests/ref/lavf')
-rw-r--r-- | tests/ref/lavf/asf | 4 | ||||
-rw-r--r-- | tests/ref/lavf/mkv | 2 | ||||
-rw-r--r-- | tests/ref/lavf/mpg | 2 | ||||
-rw-r--r-- | tests/ref/lavf/ts | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/tests/ref/lavf/asf b/tests/ref/lavf/asf index 0137925df4..ec3c8711ff 100644 --- a/tests/ref/lavf/asf +++ b/tests/ref/lavf/asf @@ -1,3 +1,3 @@ -528d3cbe33288ad983a8ff5b66738976 *./tests/data/lavf/lavf.asf +93b1cbdb36d7306f7d31392c8cb9fed8 *./tests/data/lavf/lavf.asf 333375 ./tests/data/lavf/lavf.asf -./tests/data/lavf/lavf.asf CRC=0xba1f5213 +./tests/data/lavf/lavf.asf CRC=0x51485213 diff --git a/tests/ref/lavf/mkv b/tests/ref/lavf/mkv index 5ea3638b83..cb3bcc7134 100644 --- a/tests/ref/lavf/mkv +++ b/tests/ref/lavf/mkv @@ -1,3 +1,3 @@ -2c6fbc2c818c849e77702141294d775d *./tests/data/lavf/lavf.mkv +af61b3dcd6a9d2608c2368136c96b437 *./tests/data/lavf/lavf.mkv 320262 ./tests/data/lavf/lavf.mkv ./tests/data/lavf/lavf.mkv CRC=0xd86284dd diff --git a/tests/ref/lavf/mpg b/tests/ref/lavf/mpg index e76f7479f0..d858bb54b6 100644 --- a/tests/ref/lavf/mpg +++ b/tests/ref/lavf/mpg @@ -1,3 +1,3 @@ -af32acbc73ee486b05a37d53e516d5e7 *./tests/data/lavf/lavf.mpg +253f28e374d51d264926c91e36043943 *./tests/data/lavf/lavf.mpg 372736 ./tests/data/lavf/lavf.mpg ./tests/data/lavf/lavf.mpg CRC=0x38388ba1 diff --git a/tests/ref/lavf/ts b/tests/ref/lavf/ts index 333149e058..0e8eeb6a57 100644 --- a/tests/ref/lavf/ts +++ b/tests/ref/lavf/ts @@ -1,3 +1,3 @@ -ec8df9c78de8f7f20a3eb1ce8f863c02 *./tests/data/lavf/lavf.ts +8572cdd0cd589d1bc899264d7f1ead81 *./tests/data/lavf/lavf.ts 406456 ./tests/data/lavf/lavf.ts ./tests/data/lavf/lavf.ts CRC=0x0fdeb4df |