Mercurial > hg > svcore
diff data/fileio/OggVorbisFileReader.h @ 620:3e139b2dfe5e
* Simpler & better fix for oggz 1.1.0 compatibility
author | Chris Cannam |
---|---|
date | Fri, 12 Mar 2010 13:03:53 +0000 |
parents | 268c5431936d |
children | 7feec7756b41 |
line wrap: on
line diff
--- a/data/fileio/OggVorbisFileReader.h Fri Mar 12 12:04:39 2010 +0000 +++ b/data/fileio/OggVorbisFileReader.h Fri Mar 12 13:03:53 2010 +0000 @@ -82,7 +82,7 @@ bool m_cancelled; int m_completion; - static int readPacket(OGGZ *, oggz_packet *, long, void *); + static int readPacket(OGGZ *, ogg_packet *, long, void *); static int acceptFrames(FishSound *, float **, long, void *); class DecodeThread : public Thread