comparison data/fileio/OggVorbisFileReader.h @ 1043:fe39581d249b cxx11

More type-size adjustments
author Chris Cannam
date Wed, 04 Mar 2015 19:08:21 +0000
parents a1cd5abcb38b
children abc309f507ae
comparison
equal deleted inserted replaced
1042:16dc7307d43a 1043:fe39581d249b
77 TagMap m_tags; 77 TagMap m_tags;
78 78
79 OGGZ *m_oggz; 79 OGGZ *m_oggz;
80 FishSound *m_fishSound; 80 FishSound *m_fishSound;
81 ProgressReporter *m_reporter; 81 ProgressReporter *m_reporter;
82 int m_fileSize; 82 sv_frame_t m_fileSize;
83 int m_bytesRead; 83 sv_frame_t m_bytesRead;
84 bool m_commentsRead; 84 bool m_commentsRead;
85 bool m_cancelled; 85 bool m_cancelled;
86 int m_completion; 86 int m_completion;
87 87
88 static int readPacket(OGGZ *, ogg_packet *, long, void *); 88 static int readPacket(OGGZ *, ogg_packet *, long, void *);