diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-03 20:34:27 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-04 16:20:47 +0200 |
commit | 2fc354f90d61f5f1bb75dbdd808a502dec69cf99 (patch) | |
tree | 7a2df588949e2b89a8f066ef0f49b8dd653f5ee1 /tests/ref/lavf/dv_fmt | |
parent | 7beeea8f1755d25d2eaf56cff9a04590244da393 (diff) | |
download | ffmpeg-2fc354f90d61f5f1bb75dbdd808a502dec69cf99.tar.gz |
ffmpeg: rework checks for the -t option.
This commit is based on libav's implementation and
makes sure to compare output timestamps together.
It also reduces the differences with avconv.
The changes to the test reference files are caused
by an additional packet at the end, the timestamp
of the frame encoded by this packet is always
strictly below the limit stated by the -t option.
Diffstat (limited to 'tests/ref/lavf/dv_fmt')
-rw-r--r-- | tests/ref/lavf/dv_fmt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/lavf/dv_fmt b/tests/ref/lavf/dv_fmt index 2a228b20b9..e8720afc54 100644 --- a/tests/ref/lavf/dv_fmt +++ b/tests/ref/lavf/dv_fmt @@ -1,9 +1,9 @@ 6f9cfff48f536fa727696f2f9fb3ac08 *./tests/data/lavf/lavf.dv 3600000 ./tests/data/lavf/lavf.dv ./tests/data/lavf/lavf.dv CRC=0x5ce4e5e4 -cc33ae4f9e6828914dea0f09d1241b7e *./tests/data/lavf/lavf.dv -3480000 ./tests/data/lavf/lavf.dv -./tests/data/lavf/lavf.dv CRC=0x8d5e9e8f +2e8989478f05f6d4eaf1921fdfac4799 *./tests/data/lavf/lavf.dv +3600000 ./tests/data/lavf/lavf.dv +./tests/data/lavf/lavf.dv CRC=0x747caf33 87d3b20f656235671383a7eaa2f66330 *./tests/data/lavf/lavf.dv 3600000 ./tests/data/lavf/lavf.dv ./tests/data/lavf/lavf.dv CRC=0x0e868a82 |