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/dfa4 | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'tests/ref/fate/dfa4') diff --git a/tests/ref/fate/dfa4 b/tests/ref/fate/dfa4 index f19061b..129ef4b 100644 --- a/tests/ref/fate/dfa4 +++ b/tests/ref/fate/dfa4 @@ -1,13 +1,14 @@ -0, 0, 921600, 0xe6309638 -0, 12780, 921600, 0xa99a7665 -0, 25560, 921600, 0x172ccfbb -0, 38340, 921600, 0xcf676571 -0, 51120, 921600, 0x6a5077f2 -0, 63900, 921600, 0x6a5077f2 -0, 76680, 921600, 0x6a5077f2 -0, 89460, 921600, 0x6a5077f2 -0, 102240, 921600, 0x6a5077f2 -0, 115020, 921600, 0x6a5077f2 -0, 127800, 921600, 0xb83db404 -0, 140580, 921600, 0x997ceb90 -0, 153360, 921600, 0xd707157c +#tb 0: 71/500 +0, 0, 0, 1, 921600, 0xe6309638 +0, 1, 1, 1, 921600, 0xa99a7665 +0, 2, 2, 1, 921600, 0x172ccfbb +0, 3, 3, 1, 921600, 0xcf676571 +0, 4, 4, 1, 921600, 0x6a5077f2 +0, 5, 5, 1, 921600, 0x6a5077f2 +0, 6, 6, 1, 921600, 0x6a5077f2 +0, 7, 7, 1, 921600, 0x6a5077f2 +0, 8, 8, 1, 921600, 0x6a5077f2 +0, 9, 9, 1, 921600, 0x6a5077f2 +0, 10, 10, 1, 921600, 0xb83db404 +0, 11, 11, 1, 921600, 0x997ceb90 +0, 12, 12, 1, 921600, 0xd707157c -- cgit v1.1