Mercurial > hg > svcore
diff data/fileio/OggVorbisFileReader.h @ 619:268c5431936d
* Update for oggz 1.1.0 API
author | Chris Cannam |
---|---|
date | Fri, 12 Mar 2010 12:04:39 +0000 |
parents | 183ee2a55fc7 |
children | 3e139b2dfe5e |
line wrap: on
line diff
--- a/data/fileio/OggVorbisFileReader.h Thu Oct 22 15:54:21 2009 +0000 +++ b/data/fileio/OggVorbisFileReader.h Fri Mar 12 12:04:39 2010 +0000 @@ -82,7 +82,7 @@ bool m_cancelled; int m_completion; - static int readPacket(OGGZ *, ogg_packet *, long, void *); + static int readPacket(OGGZ *, oggz_packet *, long, void *); static int acceptFrames(FishSound *, float **, long, void *); class DecodeThread : public Thread