[MPlayer-dev-eng] NUT cleanup
Oded Shimon
ods15 at ods15.dyndns.org
Tue Sep 6 04:52:25 CEST 2005
On Tue, Sep 06, 2005 at 03:51:59AM +0200, Michael Niedermayer wrote:
> Hi
>
> On Mon, Sep 05, 2005 at 09:44:16PM -0400, Rich Felker wrote:
> > On Tue, Sep 06, 2005 at 03:23:03AM +0200, Michael Niedermayer wrote:
> > > [...]
> > > > @@ -313,11 +324,8 @@
> > > > SHOULD be set to <=32768 or at least <=65536 unless there is a very
> > > > good reason to set it higher
> > > >
> > > > -stream_id[FIXME]
> > > > +stream_id
> > > > Stream identifier
> > > > - Note: streams with a lower relative class MUST have a lower relative id
> > > > - so a stream with class 0 MUST always have an id which is lower than any
> > > > - stream with class > 0
> > > > stream_id MUST be < stream_count
> > > >
> > > > stream_class
> > >
> > > ok
> >
> > is there a reason we're removing this requirement?
>
> one reason i could think of is that when transcoding it avoids having to
> remap stream ids
Aye, actually, I didn't remove it all, I just moved the rquirement to where
it made more sense, 5 lines lower:
Note: the remaining values are reserved and MUST NOT be used
a demuxer MUST ignore streams with reserved classes
+ Note: stream_class MUST be bigger or equal to the stream_class of
+ the previous stream.
I had no intention of removing it.. Just fix the FIXME that lu_zero made -
explain stream id better...
- ods15
More information about the MPlayer-dev-eng
mailing list