Mercurial > hg > svcore
diff data/fileio/CodedAudioFileReader.cpp @ 1112:4d7de68707c8 3.0-integration
Merge from branch simple-fft-model
author | Chris Cannam |
---|---|
date | Wed, 01 Jul 2015 18:31:28 +0100 |
parents | 457a1a619c5f |
children | 6877f4200912 |
line wrap: on
line diff
--- a/data/fileio/CodedAudioFileReader.cpp Wed Jul 01 13:27:03 2015 +0100 +++ b/data/fileio/CodedAudioFileReader.cpp Wed Jul 01 18:31:28 2015 +0100 @@ -452,6 +452,7 @@ sv_frame_t ix0 = start * m_channelCount; sv_frame_t ix1 = ix0 + (count * m_channelCount); + // This lock used to be a QReadWriteLock, but it appears that // its lock mechanism is significantly slower than QMutex so // it's not a good idea in cases like this where we don't