Displaying 1 result from an estimated 1 matches for "vorbis_commen".
Did you mean:
vorbis_comment
2005 May 23
1
Why does ov_open fail?
...that ms seemed to
have implemented. but i believe i followed all rules (binary mode and so
on), so this should not happen. i hope, someone can give me a hint.
thanks.
wan-hi
void ProcessOGG(LPCTSTR pFilePath, MetaData& data)
{
OggVorbis_File vf;
vorbis_info *info;
vorbis_commen *comment;
///////////////////////////////////////////////////////////////////////////
// 1) OPENING AND INITIALIZING THE OGG VORBIS FILE
///////////////////////////////////////////////////////////////////////////
//Let's open the file in binary mode for reading.
if (...