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-bamq2_jvc_c | 61 +++++++++++++++-------------- 1 file changed, 31 insertions(+), 30 deletions(-) (limited to 'tests/ref/fate/h264-conformance-bamq2_jvc_c') diff --git a/tests/ref/fate/h264-conformance-bamq2_jvc_c b/tests/ref/fate/h264-conformance-bamq2_jvc_c index a16cb051c3..3308f770ce 100644 --- a/tests/ref/fate/h264-conformance-bamq2_jvc_c +++ b/tests/ref/fate/h264-conformance-bamq2_jvc_c @@ -1,30 +1,31 @@ -0, 0, 38016, 0x6951213f -0, 3600, 38016, 0xd1bbf830 -0, 7200, 38016, 0x79dcc8cb -0, 10800, 38016, 0xa426a50e -0, 14400, 38016, 0x002275d6 -0, 18000, 38016, 0xab9a666e -0, 21600, 38016, 0x9bd54be9 -0, 25200, 38016, 0x09003ed1 -0, 28800, 38016, 0x75e0340a -0, 32400, 38016, 0x65ae3b23 -0, 36000, 38016, 0x4c1049a8 -0, 39600, 38016, 0x6e336a25 -0, 43200, 38016, 0x4d3579ee -0, 46800, 38016, 0x81f89545 -0, 50400, 38016, 0xc9358e56 -0, 54000, 38016, 0x3fa69885 -0, 57600, 38016, 0x1ea49bea -0, 61200, 38016, 0xce939241 -0, 64800, 38016, 0xbc278236 -0, 68400, 38016, 0xf11868d2 -0, 72000, 38016, 0xe4124537 -0, 75600, 38016, 0xd5831e16 -0, 79200, 38016, 0x9f5608e8 -0, 82800, 38016, 0x30ad0448 -0, 86400, 38016, 0x06a00523 -0, 90000, 38016, 0x25e50e24 -0, 93600, 38016, 0x2c220a92 -0, 97200, 38016, 0xd4b7185e -0, 100800, 38016, 0x80f92d07 -0, 104400, 38016, 0x285a4586 +#tb 0: 1/25 +0, 0, 0, 1, 38016, 0x6951213f +0, 1, 1, 1, 38016, 0xd1bbf830 +0, 2, 2, 1, 38016, 0x79dcc8cb +0, 3, 3, 1, 38016, 0xa426a50e +0, 4, 4, 1, 38016, 0x002275d6 +0, 5, 5, 1, 38016, 0xab9a666e +0, 6, 6, 1, 38016, 0x9bd54be9 +0, 7, 7, 1, 38016, 0x09003ed1 +0, 8, 8, 1, 38016, 0x75e0340a +0, 9, 9, 1, 38016, 0x65ae3b23 +0, 10, 10, 1, 38016, 0x4c1049a8 +0, 11, 11, 1, 38016, 0x6e336a25 +0, 12, 12, 1, 38016, 0x4d3579ee +0, 13, 13, 1, 38016, 0x81f89545 +0, 14, 14, 1, 38016, 0xc9358e56 +0, 15, 15, 1, 38016, 0x3fa69885 +0, 16, 16, 1, 38016, 0x1ea49bea +0, 17, 17, 1, 38016, 0xce939241 +0, 18, 18, 1, 38016, 0xbc278236 +0, 19, 19, 1, 38016, 0xf11868d2 +0, 20, 20, 1, 38016, 0xe4124537 +0, 21, 21, 1, 38016, 0xd5831e16 +0, 22, 22, 1, 38016, 0x9f5608e8 +0, 23, 23, 1, 38016, 0x30ad0448 +0, 24, 24, 1, 38016, 0x06a00523 +0, 25, 25, 1, 38016, 0x25e50e24 +0, 26, 26, 1, 38016, 0x2c220a92 +0, 27, 27, 1, 38016, 0xd4b7185e +0, 28, 28, 1, 38016, 0x80f92d07 +0, 29, 29, 1, 38016, 0x285a4586 -- cgit v1.2.3