comparison data/fileio/CodedAudioFileReader.h @ 1286:40c042780bc9 3.0-integration

A bit more diagnostic info
author Chris Cannam
date Wed, 23 Nov 2016 14:34:27 +0000
parents 757a406dabc4
children 9f9f55a8af92
comparison
equal deleted inserted replaced
1285:757a406dabc4 1286:40c042780bc9
104 float m_max; 104 float m_max;
105 float m_gain; 105 float m_gain;
106 106
107 sv_frame_t m_clippedCount; 107 sv_frame_t m_clippedCount;
108 sv_frame_t m_firstNonzero; 108 sv_frame_t m_firstNonzero;
109 sv_frame_t m_lastNonzero;
109 }; 110 };
110 111
111 #endif 112 #endif