From d2afbd9a56e4e863bad01923006dd9b77f747035 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 2 Feb 2012 14:20:43 +0100 Subject: frame{crc/md5}: set the stream timebase from codec timebase. Right now those muxers use the default timebase in all cases(1/90000). This patch avoid unnecessary rescaling and makes the printed timestamps more readable. Also, extend the printed information to include the timebases and packet pts/duration and align the columns. Obviously changes the results of all fate tests which use those two muxers. --- tests/ref/fate/dfa5 | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'tests/ref/fate/dfa5') diff --git a/tests/ref/fate/dfa5 b/tests/ref/fate/dfa5 index 65aa1bc838..b9f7727e58 100644 --- a/tests/ref/fate/dfa5 +++ b/tests/ref/fate/dfa5 @@ -1,15 +1,16 @@ -0, 0, 192000, 0xc0941c10 -0, 9000, 192000, 0xe2fe3ae5 -0, 18000, 192000, 0x4a352d98 -0, 27000, 192000, 0x7b78e0bb -0, 36000, 192000, 0x855c6675 -0, 45000, 192000, 0xf443dad6 -0, 54000, 192000, 0xe7e2a2e1 -0, 63000, 192000, 0xa9009c58 -0, 72000, 192000, 0x551855ab -0, 81000, 192000, 0x253908c7 -0, 90000, 192000, 0x616213c4 -0, 99000, 192000, 0xa381c3b1 -0, 108000, 192000, 0xa2d64152 -0, 117000, 192000, 0x34ed0f72 -0, 126000, 192000, 0x05be63b4 +#tb 0: 1/10 +0, 0, 0, 1, 192000, 0xc0941c10 +0, 1, 1, 1, 192000, 0xe2fe3ae5 +0, 2, 2, 1, 192000, 0x4a352d98 +0, 3, 3, 1, 192000, 0x7b78e0bb +0, 4, 4, 1, 192000, 0x855c6675 +0, 5, 5, 1, 192000, 0xf443dad6 +0, 6, 6, 1, 192000, 0xe7e2a2e1 +0, 7, 7, 1, 192000, 0xa9009c58 +0, 8, 8, 1, 192000, 0x551855ab +0, 9, 9, 1, 192000, 0x253908c7 +0, 10, 10, 1, 192000, 0x616213c4 +0, 11, 11, 1, 192000, 0xa381c3b1 +0, 12, 12, 1, 192000, 0xa2d64152 +0, 13, 13, 1, 192000, 0x34ed0f72 +0, 14, 14, 1, 192000, 0x05be63b4 -- cgit v1.2.3