comparison data/fileio/MP3FileReader.h @ 1284:16a8e97179d7 3.0-integration

More error reporting updates
author Chris Cannam
date Wed, 23 Nov 2016 12:05:53 +0000
parents abc309f507ae
children 5ef9b4d4bbdb
comparison
equal deleted inserted replaced
1283:2f468f43c02c 1284:16a8e97179d7
79 int m_samplebuffersize; 79 int m_samplebuffersize;
80 80
81 ProgressReporter *m_reporter; 81 ProgressReporter *m_reporter;
82 bool m_cancelled; 82 bool m_cancelled;
83 83
84 bool m_decodeErrorShown;
85
84 struct DecoderData 86 struct DecoderData
85 { 87 {
86 unsigned char const *start; 88 unsigned char const *start;
87 unsigned long length; 89 unsigned long length;
88 MP3FileReader *reader; 90 MP3FileReader *reader;