diff data/fileio/CodedAudioFileReader.cpp @ 1111:457a1a619c5f simple-fft-model

Merge from default branch
author Chris Cannam
date Wed, 07 Jan 2015 17:42:21 +0000
parents e86a7ea3dc38 1517d4c60e88
children 6877f4200912
line wrap: on
line diff
--- a/data/fileio/CodedAudioFileReader.cpp	Tue Jun 30 10:26:23 2015 +0100
+++ b/data/fileio/CodedAudioFileReader.cpp	Wed Jan 07 17:42:21 2015 +0000
@@ -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