
13 Mar
2006
13 Mar
'06
7:31 a.m.
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.
? - ods15