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-sl1_sva_b | 67 ++++++++++++++++--------------- 1 file changed, 34 insertions(+), 33 deletions(-) (limited to 'tests/ref/fate/h264-conformance-sl1_sva_b') diff --git a/tests/ref/fate/h264-conformance-sl1_sva_b b/tests/ref/fate/h264-conformance-sl1_sva_b index b218a58..a2f16b4 100644 --- a/tests/ref/fate/h264-conformance-sl1_sva_b +++ b/tests/ref/fate/h264-conformance-sl1_sva_b @@ -1,33 +1,34 @@ -0, 0, 38016, 0x666c110c -0, 3600, 38016, 0xc87421f6 -0, 7200, 38016, 0x1b74033d -0, 10800, 38016, 0x21fe21c7 -0, 14400, 38016, 0x8f03321e -0, 18000, 38016, 0xdbd46290 -0, 21600, 38016, 0x316a57d4 -0, 25200, 38016, 0x0a688f29 -0, 28800, 38016, 0x8bb890d5 -0, 32400, 38016, 0x4210c0a4 -0, 36000, 38016, 0x45f6b0e7 -0, 39600, 38016, 0x5feed346 -0, 43200, 38016, 0x22aea97e -0, 46800, 38016, 0x8d96a049 -0, 50400, 38016, 0xe623654c -0, 54000, 38016, 0xccd17c75 -0, 57600, 38016, 0x32ca7712 -0, 61200, 38016, 0x2fe49df2 -0, 64800, 38016, 0x6ee49068 -0, 68400, 38016, 0x74a0ba36 -0, 72000, 38016, 0x5079a13c -0, 75600, 38016, 0xfd20a991 -0, 79200, 38016, 0xfc987386 -0, 82800, 38016, 0xa1f66a0b -0, 86400, 38016, 0xd7112683 -0, 90000, 38016, 0xb60b3784 -0, 93600, 38016, 0x9e621ca3 -0, 97200, 38016, 0xd9264308 -0, 100800, 38016, 0x00db43fb -0, 104400, 38016, 0x665a5b34 -0, 108000, 38016, 0x582050ce -0, 111600, 38016, 0x52b95de5 -0, 115200, 38016, 0x95d8445e +#tb 0: 1/25 +0, 0, 0, 1, 38016, 0x666c110c +0, 1, 1, 1, 38016, 0xc87421f6 +0, 2, 2, 1, 38016, 0x1b74033d +0, 3, 3, 1, 38016, 0x21fe21c7 +0, 4, 4, 1, 38016, 0x8f03321e +0, 5, 5, 1, 38016, 0xdbd46290 +0, 6, 6, 1, 38016, 0x316a57d4 +0, 7, 7, 1, 38016, 0x0a688f29 +0, 8, 8, 1, 38016, 0x8bb890d5 +0, 9, 9, 1, 38016, 0x4210c0a4 +0, 10, 10, 1, 38016, 0x45f6b0e7 +0, 11, 11, 1, 38016, 0x5feed346 +0, 12, 12, 1, 38016, 0x22aea97e +0, 13, 13, 1, 38016, 0x8d96a049 +0, 14, 14, 1, 38016, 0xe623654c +0, 15, 15, 1, 38016, 0xccd17c75 +0, 16, 16, 1, 38016, 0x32ca7712 +0, 17, 17, 1, 38016, 0x2fe49df2 +0, 18, 18, 1, 38016, 0x6ee49068 +0, 19, 19, 1, 38016, 0x74a0ba36 +0, 20, 20, 1, 38016, 0x5079a13c +0, 21, 21, 1, 38016, 0xfd20a991 +0, 22, 22, 1, 38016, 0xfc987386 +0, 23, 23, 1, 38016, 0xa1f66a0b +0, 24, 24, 1, 38016, 0xd7112683 +0, 25, 25, 1, 38016, 0xb60b3784 +0, 26, 26, 1, 38016, 0x9e621ca3 +0, 27, 27, 1, 38016, 0xd9264308 +0, 28, 28, 1, 38016, 0x00db43fb +0, 29, 29, 1, 38016, 0x665a5b34 +0, 30, 30, 1, 38016, 0x582050ce +0, 31, 31, 1, 38016, 0x52b95de5 +0, 32, 32, 1, 38016, 0x95d8445e -- cgit v1.1