comparison 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
comparison
equal deleted inserted replaced
619:268c5431936d 620:3e139b2dfe5e
80 size_t m_bytesRead; 80 size_t m_bytesRead;
81 bool m_commentsRead; 81 bool m_commentsRead;
82 bool m_cancelled; 82 bool m_cancelled;
83 int m_completion; 83 int m_completion;
84 84
85 static int readPacket(OGGZ *, oggz_packet *, long, void *); 85 static int readPacket(OGGZ *, ogg_packet *, long, void *);
86 static int acceptFrames(FishSound *, float **, long, void *); 86 static int acceptFrames(FishSound *, float **, long, void *);
87 87
88 class DecodeThread : public Thread 88 class DecodeThread : public Thread
89 { 89 {
90 public: 90 public: