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/h264-conformance-caba3_sva_b | 67 +++++++++++++++-------------- 1 file changed, 34 insertions(+), 33 deletions(-) (limited to 'tests/ref/fate/h264-conformance-caba3_sva_b') diff --git a/tests/ref/fate/h264-conformance-caba3_sva_b b/tests/ref/fate/h264-conformance-caba3_sva_b index 449fb75442..7bdb3f8636 100644 --- a/tests/ref/fate/h264-conformance-caba3_sva_b +++ b/tests/ref/fate/h264-conformance-caba3_sva_b @@ -1,33 +1,34 @@ -0, 0, 38016, 0x0e091175 -0, 3600, 38016, 0xe8f81506 -0, 7200, 38016, 0xf706f5cd -0, 10800, 38016, 0x9aeb21b1 -0, 14400, 38016, 0xdc533379 -0, 18000, 38016, 0xd26d534b -0, 21600, 38016, 0xdcb25dc5 -0, 25200, 38016, 0x1b258cc2 -0, 28800, 38016, 0xdfb58ff8 -0, 32400, 38016, 0x143abf85 -0, 36000, 38016, 0xace399ea -0, 39600, 38016, 0x1ad6bb8e -0, 43200, 38016, 0xf01d9b78 -0, 46800, 38016, 0x5a0c99ed -0, 50400, 38016, 0x9d4e684c -0, 54000, 38016, 0xca3d811f -0, 57600, 38016, 0x388c7bc4 -0, 61200, 38016, 0x36329ae0 -0, 64800, 38016, 0x7ca686ac -0, 68400, 38016, 0x9d7ababf -0, 72000, 38016, 0x563eaf2a -0, 75600, 38016, 0xce22a4be -0, 79200, 38016, 0xb7cb719a -0, 82800, 38016, 0x7b706edf -0, 86400, 38016, 0x009a30b5 -0, 90000, 38016, 0xf1fe3fbc -0, 93600, 38016, 0x7f732436 -0, 97200, 38016, 0x055147ec -0, 100800, 38016, 0x1670494c -0, 104400, 38016, 0xfede7bab -0, 108000, 38016, 0xa3b660d8 -0, 111600, 38016, 0x33db7209 -0, 115200, 38016, 0xb7b25559 +#tb 0: 1/25 +0, 0, 0, 1, 38016, 0x0e091175 +0, 1, 1, 1, 38016, 0xe8f81506 +0, 2, 2, 1, 38016, 0xf706f5cd +0, 3, 3, 1, 38016, 0x9aeb21b1 +0, 4, 4, 1, 38016, 0xdc533379 +0, 5, 5, 1, 38016, 0xd26d534b +0, 6, 6, 1, 38016, 0xdcb25dc5 +0, 7, 7, 1, 38016, 0x1b258cc2 +0, 8, 8, 1, 38016, 0xdfb58ff8 +0, 9, 9, 1, 38016, 0x143abf85 +0, 10, 10, 1, 38016, 0xace399ea +0, 11, 11, 1, 38016, 0x1ad6bb8e +0, 12, 12, 1, 38016, 0xf01d9b78 +0, 13, 13, 1, 38016, 0x5a0c99ed +0, 14, 14, 1, 38016, 0x9d4e684c +0, 15, 15, 1, 38016, 0xca3d811f +0, 16, 16, 1, 38016, 0x388c7bc4 +0, 17, 17, 1, 38016, 0x36329ae0 +0, 18, 18, 1, 38016, 0x7ca686ac +0, 19, 19, 1, 38016, 0x9d7ababf +0, 20, 20, 1, 38016, 0x563eaf2a +0, 21, 21, 1, 38016, 0xce22a4be +0, 22, 22, 1, 38016, 0xb7cb719a +0, 23, 23, 1, 38016, 0x7b706edf +0, 24, 24, 1, 38016, 0x009a30b5 +0, 25, 25, 1, 38016, 0xf1fe3fbc +0, 26, 26, 1, 38016, 0x7f732436 +0, 27, 27, 1, 38016, 0x055147ec +0, 28, 28, 1, 38016, 0x1670494c +0, 29, 29, 1, 38016, 0xfede7bab +0, 30, 30, 1, 38016, 0xa3b660d8 +0, 31, 31, 1, 38016, 0x33db7209 +0, 32, 32, 1, 38016, 0xb7b25559 -- cgit v1.2.3