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. --- .../fate/h264-conformance-cavlc_mot_frm0_full_b | 61 +++++++++++----------- 1 file changed, 31 insertions(+), 30 deletions(-) (limited to 'tests/ref/fate/h264-conformance-cavlc_mot_frm0_full_b') diff --git a/tests/ref/fate/h264-conformance-cavlc_mot_frm0_full_b b/tests/ref/fate/h264-conformance-cavlc_mot_frm0_full_b index 5d29a405f5..edee4bfd9b 100644 --- a/tests/ref/fate/h264-conformance-cavlc_mot_frm0_full_b +++ b/tests/ref/fate/h264-conformance-cavlc_mot_frm0_full_b @@ -1,30 +1,31 @@ -0, 0, 518400, 0x21baedbf -0, 3600, 518400, 0x6003273c -0, 7200, 518400, 0x935d45d7 -0, 10800, 518400, 0x00485000 -0, 14400, 518400, 0x31b191ff -0, 18000, 518400, 0xe334135a -0, 21600, 518400, 0xc4d7bf2c -0, 25200, 518400, 0x7106ac82 -0, 28800, 518400, 0xeb277b07 -0, 32400, 518400, 0xaf1ee80f -0, 36000, 518400, 0x8c7d1bad -0, 39600, 518400, 0x0e24ae6c -0, 43200, 518400, 0x89c216b4 -0, 46800, 518400, 0x991fbcb1 -0, 50400, 518400, 0x87411486 -0, 54000, 518400, 0x0151b48f -0, 57600, 518400, 0x3f4d5a91 -0, 61200, 518400, 0x48ea911b -0, 64800, 518400, 0x6bec19a0 -0, 68400, 518400, 0x10233bf6 -0, 72000, 518400, 0x2a36ae4d -0, 75600, 518400, 0xd8d3224b -0, 79200, 518400, 0xf5c5f81f -0, 82800, 518400, 0x30054561 -0, 86400, 518400, 0x67ea1c9f -0, 90000, 518400, 0xbbda3984 -0, 93600, 518400, 0x9af40c71 -0, 97200, 518400, 0xb0cf0d12 -0, 100800, 518400, 0x569b9866 -0, 104400, 518400, 0xffd72ee5 +#tb 0: 1/25 +0, 0, 0, 1, 518400, 0x21baedbf +0, 1, 1, 1, 518400, 0x6003273c +0, 2, 2, 1, 518400, 0x935d45d7 +0, 3, 3, 1, 518400, 0x00485000 +0, 4, 4, 1, 518400, 0x31b191ff +0, 5, 5, 1, 518400, 0xe334135a +0, 6, 6, 1, 518400, 0xc4d7bf2c +0, 7, 7, 1, 518400, 0x7106ac82 +0, 8, 8, 1, 518400, 0xeb277b07 +0, 9, 9, 1, 518400, 0xaf1ee80f +0, 10, 10, 1, 518400, 0x8c7d1bad +0, 11, 11, 1, 518400, 0x0e24ae6c +0, 12, 12, 1, 518400, 0x89c216b4 +0, 13, 13, 1, 518400, 0x991fbcb1 +0, 14, 14, 1, 518400, 0x87411486 +0, 15, 15, 1, 518400, 0x0151b48f +0, 16, 16, 1, 518400, 0x3f4d5a91 +0, 17, 17, 1, 518400, 0x48ea911b +0, 18, 18, 1, 518400, 0x6bec19a0 +0, 19, 19, 1, 518400, 0x10233bf6 +0, 20, 20, 1, 518400, 0x2a36ae4d +0, 21, 21, 1, 518400, 0xd8d3224b +0, 22, 22, 1, 518400, 0xf5c5f81f +0, 23, 23, 1, 518400, 0x30054561 +0, 24, 24, 1, 518400, 0x67ea1c9f +0, 25, 25, 1, 518400, 0xbbda3984 +0, 26, 26, 1, 518400, 0x9af40c71 +0, 27, 27, 1, 518400, 0xb0cf0d12 +0, 28, 28, 1, 518400, 0x569b9866 +0, 29, 29, 1, 518400, 0xffd72ee5 -- cgit v1.2.3