[NUT-devel] CVS: main/DOCS/tech mpcf.txt,1.145,1.146
Oded Shimon
ods15 at ods15.dyndns.org
Wed Mar 15 17:24:44 CET 2006
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
More information about the NUT-devel
mailing list