search for: m_pdecod

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

Did you mean: m_pdecoder
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 *...