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-cabac_mot_picaff0_full | 61 +++++++++++----------- 1 file changed, 31 insertions(+), 30 deletions(-) (limited to 'tests/ref/fate/h264-conformance-cabac_mot_picaff0_full') diff --git a/tests/ref/fate/h264-conformance-cabac_mot_picaff0_full b/tests/ref/fate/h264-conformance-cabac_mot_picaff0_full index f2d6358af6..484025e576 100644 --- a/tests/ref/fate/h264-conformance-cabac_mot_picaff0_full +++ b/tests/ref/fate/h264-conformance-cabac_mot_picaff0_full @@ -1,30 +1,31 @@ -0, 0, 518400, 0xd8b58a23 -0, 3600, 518400, 0xe53b4aba -0, 7200, 518400, 0x6cbca47a -0, 10800, 518400, 0xceb51253 -0, 14400, 518400, 0x60cb3cdd -0, 18000, 518400, 0x7b633553 -0, 21600, 518400, 0x10c012c9 -0, 25200, 518400, 0xa340ee20 -0, 28800, 518400, 0x574c22c2 -0, 32400, 518400, 0xbcdb1bf7 -0, 36000, 518400, 0x57811e9a -0, 39600, 518400, 0xdd4af748 -0, 43200, 518400, 0xb931a637 -0, 46800, 518400, 0xcef6ce95 -0, 50400, 518400, 0xd28c7085 -0, 54000, 518400, 0xae9daf53 -0, 57600, 518400, 0xca29d819 -0, 61200, 518400, 0x3c4bd7eb -0, 64800, 518400, 0x912ee227 -0, 68400, 518400, 0xb67d0e27 -0, 72000, 518400, 0x8cf7309d -0, 75600, 518400, 0x358ad344 -0, 79200, 518400, 0x4462c642 -0, 82800, 518400, 0x3bb43428 -0, 86400, 518400, 0x12d6f8ca -0, 90000, 518400, 0x003f13aa -0, 93600, 518400, 0x6cd8c432 -0, 97200, 518400, 0xee5ff01b -0, 100800, 518400, 0xba0616ee -0, 104400, 518400, 0x37fa7891 +#tb 0: 1/25 +0, 0, 0, 1, 518400, 0xd8b58a23 +0, 1, 1, 1, 518400, 0xe53b4aba +0, 2, 2, 1, 518400, 0x6cbca47a +0, 3, 3, 1, 518400, 0xceb51253 +0, 4, 4, 1, 518400, 0x60cb3cdd +0, 5, 5, 1, 518400, 0x7b633553 +0, 6, 6, 1, 518400, 0x10c012c9 +0, 7, 7, 1, 518400, 0xa340ee20 +0, 8, 8, 1, 518400, 0x574c22c2 +0, 9, 9, 1, 518400, 0xbcdb1bf7 +0, 10, 10, 1, 518400, 0x57811e9a +0, 11, 11, 1, 518400, 0xdd4af748 +0, 12, 12, 1, 518400, 0xb931a637 +0, 13, 13, 1, 518400, 0xcef6ce95 +0, 14, 14, 1, 518400, 0xd28c7085 +0, 15, 15, 1, 518400, 0xae9daf53 +0, 16, 16, 1, 518400, 0xca29d819 +0, 17, 17, 1, 518400, 0x3c4bd7eb +0, 18, 18, 1, 518400, 0x912ee227 +0, 19, 19, 1, 518400, 0xb67d0e27 +0, 20, 20, 1, 518400, 0x8cf7309d +0, 21, 21, 1, 518400, 0x358ad344 +0, 22, 22, 1, 518400, 0x4462c642 +0, 23, 23, 1, 518400, 0x3bb43428 +0, 24, 24, 1, 518400, 0x12d6f8ca +0, 25, 25, 1, 518400, 0x003f13aa +0, 26, 26, 1, 518400, 0x6cd8c432 +0, 27, 27, 1, 518400, 0xee5ff01b +0, 28, 28, 1, 518400, 0xba0616ee +0, 29, 29, 1, 518400, 0x37fa7891 -- cgit v1.2.3