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/mpg | |
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/mpg')
-rw-r--r-- | tests/ref/lavf/mpg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/lavf/mpg b/tests/ref/lavf/mpg index 8d2f862afc..8b3ca5ab0e 100644 --- a/tests/ref/lavf/mpg +++ b/tests/ref/lavf/mpg @@ -1,9 +1,9 @@ 8d47f1d92230442d475477ed4ec0c778 *./tests/data/lavf/lavf.mpg 372736 ./tests/data/lavf/lavf.mpg ./tests/data/lavf/lavf.mpg CRC=0x88f58ba1 -ac56ba7cec2d2be0a1ca17473e5b152c *./tests/data/lavf/lavf.mpg -387072 ./tests/data/lavf/lavf.mpg -./tests/data/lavf/lavf.mpg CRC=0xe8637d83 +a0510a6f6ad056882827a2d2a92fd537 *./tests/data/lavf/lavf.mpg +399360 ./tests/data/lavf/lavf.mpg +./tests/data/lavf/lavf.mpg CRC=0x93df648f af32acbc73ee486b05a37d53e516d5e7 *./tests/data/lavf/lavf.mpg 372736 ./tests/data/lavf/lavf.mpg ./tests/data/lavf/lavf.mpg CRC=0x88f58ba1 |