Mercurial > hg > svcore
comparison data/fileio/OggVorbisFileReader.cpp @ 1279:0a9193dc136b 3.0-integration
Debug output updates
author | Chris Cannam |
---|---|
date | Tue, 22 Nov 2016 16:40:41 +0000 |
parents | fe39581d249b |
children | 4704e834d0f9 |
comparison
equal
deleted
inserted
replaced
1278:0be27c989c1d | 1279:0a9193dc136b |
---|---|
46 m_commentsRead(false), | 46 m_commentsRead(false), |
47 m_cancelled(false), | 47 m_cancelled(false), |
48 m_completion(0), | 48 m_completion(0), |
49 m_decodeThread(0) | 49 m_decodeThread(0) |
50 { | 50 { |
51 SVDEBUG << "OggVorbisFileReader: local path: \"" << m_path | |
52 << "\", decode mode: " << decodeMode << " (" | |
53 << (decodeMode == DecodeAtOnce ? "DecodeAtOnce" : "DecodeThreaded") | |
54 << ")" << endl; | |
55 | |
51 m_channelCount = 0; | 56 m_channelCount = 0; |
52 m_fileRate = 0; | 57 m_fileRate = 0; |
53 | 58 |
54 // SVDEBUG << "OggVorbisFileReader::OggVorbisFileReader(" << m_path << "): now have " << (++instances) << " instances" << endl; | 59 // SVDEBUG << "OggVorbisFileReader::OggVorbisFileReader(" << m_path << "): now have " << (++instances) << " instances" << endl; |
55 | 60 |