I seem to have run into a slight problem in my decode/cache routine. For some reason, my ov_info struct is saying that the channels in the bitstream are zero. Is this normal for certain files, and zero signifies something, or is something wrong? The ov_info struct DOES get filled (it isn't NULL), but channels gets set to zero. This of course can cause problems while calculating the buffer size. -Seph --- >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-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.
Ha, I think I got that problem too once. Let me see if I can remember why... At 12:12 PM 2/19/2004, you wrote:>I seem to have run into a slight problem in my decode/cache routine. For >some reason, my ov_info struct is saying that the channels in the >bitstream are zero. Is this normal for certain files, and zero signifies >something, or is something wrong? The ov_info struct DOES get filled (it >isn't NULL), but channels gets set to zero. This of course can cause >problems while calculating the buffer size. > >-Seph--- >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-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 Friday 20 February 2004 07:12, Ryan Ashley wrote:> I seem to have run into a slight problem in my decode/cache routine. For > some reason, my ov_info struct is saying that the channels in the bitstream > are zero. Is this normal for certain files, and zero signifies something, > or is something wrong? The ov_info struct DOES get filled (it isn't NULL), > but channels gets set to zero. This of course can cause problems while > calculating the buffer size. > > -SephNo, zero channels should never be possible. This suggests a much more serious error somewhere in your software (and/or how you're using or compiling or linking the libraries). 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-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.
Did something happen to the developer's mailinglist? Why all the development questions at vorbis? -James --- >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-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.