search for: m_pdecoder

Displaying 1 result from an estimated 1 matches for "m_pdecoder".

Did you mean: m_decoder
2001 Nov 22
14
Small vorbis files with vorbisfile
...packet so EOF) virtual bool GetData(void *&_pData, int &_nBytes) { int NumTimesNoData = 0; while(_nBytes) { long ret; int StartOffset = ov_pcm_tell(&m_pDecoder->VorbisFile); if (StartOffset<0) Error("Decode","Offset error"); // uninterleave samples ret = ov_read(&m_pDecoder->VorbisFile,(char *)_...