Hi, The documentation at http://www.xiph.org/ogg/vorbis/doc/oggstream.html tates that "Each chained logical bitstream must have a unique serial number within the scope of the physical bitstream" Doesn't this mean that the sequential multiplexed streams have same serial number? I am confused looking at the following code segment in vorbisfile.c if(ogg_page_serialno(&og)!=serialno){ /* Chained bitstream. Bisect-search each logical bitstream section. Do so based on serial number only */ Please clarify. Regards, Patrick. _______________________________________________________________________ Odomos - the only mosquito protection outside 4 walls - Click here to know more! http://r.rediff.com/r?http://clients.rediff.com/odomos/Odomos.htm&&odomos&&wn --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Saturday 22 March 2003 02:56, patrick matt wrote:> Hi, > > The documentation at > http://www.xiph.org/ogg/vorbis/doc/oggstream.html > > states that "Each chained logical bitstream must have a unique > serial number within the scope of the physical bitstream" > > Doesn't this mean that the sequential multiplexed streams have > same serial number? I am confused looking at the following code > segment in vorbisfile.c >No, this means that sequentially multiplexed ('chained' to use the language of the spec) streams must have different serial numbers. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.