diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-02-02 14:20:43 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-02-03 09:29:02 +0100 |
commit | d2afbd9a56e4e863bad01923006dd9b77f747035 (patch) | |
tree | 09593d24781bd903c2a3826ae45c372da1d61ab1 /tests/ref/fate/sp5x | |
parent | 22c0babbb2ac37724c2462d9cda01e3b7229df56 (diff) | |
download | ffmpeg-d2afbd9a56e4e863bad01923006dd9b77f747035.tar.gz |
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.
Diffstat (limited to 'tests/ref/fate/sp5x')
-rw-r--r-- | tests/ref/fate/sp5x | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/tests/ref/fate/sp5x b/tests/ref/fate/sp5x index ed06a771ff..986c111981 100644 --- a/tests/ref/fate/sp5x +++ b/tests/ref/fate/sp5x @@ -1,19 +1,21 @@ -0, 0, 115200, 0x8ebcb7f8 -1, 0, 2048, 0x366ee71c -0, 9234, 115200, 0x1fa8e673 -1, 11520, 2048, 0xc62f0414 -0, 18468, 115200, 0xec07fb6a -1, 23040, 2048, 0x754e0f19 -0, 27702, 115200, 0x6773a8c3 -1, 34560, 2048, 0x4a44152a -0, 36936, 115200, 0x0d279643 -1, 46080, 2048, 0x4fd3ff01 -0, 46170, 115200, 0xb33796e4 -0, 55404, 115200, 0xfe11fc79 -1, 57600, 2048, 0x11c3fa1b -0, 64638, 115200, 0x4ac8e31b -1, 69120, 2048, 0x9945fa06 -0, 73872, 115200, 0x15317942 -1, 80640, 2048, 0x12e5071a -0, 83106, 115200, 0x07803f0e -1, 92160, 44, 0x7ad110e8 +#tb 0: 513/5000 +#tb 1: 1/8000 +0, 0, 0, 1, 115200, 0x8ebcb7f8 +1, 0, 0, 1024, 2048, 0x366ee71c +0, 1, 1, 1, 115200, 0x1fa8e673 +1, 1024, 1024, 1024, 2048, 0xc62f0414 +0, 2, 2, 1, 115200, 0xec07fb6a +1, 2048, 2048, 1024, 2048, 0x754e0f19 +0, 3, 3, 1, 115200, 0x6773a8c3 +1, 3072, 3072, 1024, 2048, 0x4a44152a +0, 4, 4, 1, 115200, 0x0d279643 +1, 4096, 4096, 1024, 2048, 0x4fd3ff01 +0, 5, 5, 1, 115200, 0xb33796e4 +0, 6, 6, 1, 115200, 0xfe11fc79 +1, 5120, 5120, 1024, 2048, 0x11c3fa1b +0, 7, 7, 1, 115200, 0x4ac8e31b +1, 6144, 6144, 1024, 2048, 0x9945fa06 +0, 8, 8, 1, 115200, 0x15317942 +1, 7168, 7168, 1024, 2048, 0x12e5071a +0, 9, 9, 1, 115200, 0x07803f0e +1, 8192, 8192, 22, 44, 0x7ad110e8 |