comparison data/fileio/DecodingWavFileReader.h @ 1038:cc27f35aa75c cxx11

Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet.
author Chris Cannam
date Tue, 03 Mar 2015 15:18:24 +0000
parents d03b3d956358
children a1cd5abcb38b
comparison
equal deleted inserted replaced
1037:bf0e5944289b 1038:cc27f35aa75c
61 protected: 61 protected:
62 FileSource m_source; 62 FileSource m_source;
63 QString m_path; 63 QString m_path;
64 QString m_error; 64 QString m_error;
65 bool m_cancelled; 65 bool m_cancelled;
66 int m_processed; 66 sv_frame_t m_processed;
67 int m_completion; 67 int m_completion;
68 68
69 WavFileReader *m_original; 69 WavFileReader *m_original;
70 ProgressReporter *m_reporter; 70 ProgressReporter *m_reporter;
71 71