From 2fc354f90d61f5f1bb75dbdd808a502dec69cf99 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Tue, 3 Jul 2012 20:34:27 +0200 Subject: 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. --- tests/ref/lavf/ogg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/ref/lavf/ogg') diff --git a/tests/ref/lavf/ogg b/tests/ref/lavf/ogg index bfc62de0c8..584e09bfbb 100644 --- a/tests/ref/lavf/ogg +++ b/tests/ref/lavf/ogg @@ -1,3 +1,3 @@ -810fbac66c4c65fd155b3c7f27ce69c5 *./tests/data/lavf/lavf.ogg -12610 ./tests/data/lavf/lavf.ogg -./tests/data/lavf/lavf.ogg CRC=0xf651632a +ce1734741fa50c6c85f9cc8f410a720c *./tests/data/lavf/lavf.ogg +13985 ./tests/data/lavf/lavf.ogg +./tests/data/lavf/lavf.ogg CRC=0x37a143ea -- cgit v1.2.1