
15 Mar
2006
15 Mar
'06
4:24 p.m.
On Mon, Mar 13, 2006 at 09:31:16AM +0200, Oded Shimon wrote:
On Sun, Mar 12, 2006 at 01:05:48PM -0500, Rich Felker wrote:
On Sun, Mar 12, 2006 at 06:40:35PM +0100, Oded Shimon CVS wrote:
- value= (tmp / stream_count) * stream[ stream_id ].timebase + value= (tmp / stream_count) * timebase[stream_id]
BTW an idea... instead of having timebase stored in the stream header, what if we stored a list of timebases in the main header, then the stream header just had an index into that list? That was if we had 20 different streams but only 2 distinct timebases, the universal timestamps would still be compact. It would also allow additional non-stream timebases to be stored for use in chapter extents.
?
Committed - ods15