Mercurial > hg > svcore
diff data/fileio/CoreAudioFileReader.cpp @ 1279:0a9193dc136b 3.0-integration
Debug output updates
| author | Chris Cannam | 
|---|---|
| date | Tue, 22 Nov 2016 16:40:41 +0000 | 
| parents | 9c7633904ec2 | 
| children | af0ccbb3e3d7 | 
line wrap: on
 line diff
--- a/data/fileio/CoreAudioFileReader.cpp Tue Nov 22 16:40:28 2016 +0000 +++ b/data/fileio/CoreAudioFileReader.cpp Tue Nov 22 16:40:41 2016 +0000 @@ -71,6 +71,8 @@ m_completion(0), m_decodeThread(0) { + SVDEBUG << "CoreAudioFileReader: local path: \"" << m_path << "\"" << endl; + m_channelCount = 0; m_fileRate = 0; @@ -78,8 +80,6 @@ Profiler profiler("CoreAudioFileReader::CoreAudioFileReader", true); - SVDEBUG << "CoreAudioFileReader: path is \"" << m_path << "\"" << endl; - QByteArray ba = m_path.toLocal8Bit(); CFURLRef url = CFURLCreateFromFileSystemRepresentation
