Mercurial > hg > svcore
comparison data/fileio/OggVorbisFileReader.cpp @ 1295:4704e834d0f9 3.0-integration
Don't always print these
author | Chris Cannam |
---|---|
date | Fri, 25 Nov 2016 11:33:02 +0000 |
parents | 0a9193dc136b |
children | c380e56c95f5 |
comparison
equal
deleted
inserted
replaced
1283:2f468f43c02c | 1295:4704e834d0f9 |
---|---|
56 m_channelCount = 0; | 56 m_channelCount = 0; |
57 m_fileRate = 0; | 57 m_fileRate = 0; |
58 | 58 |
59 // SVDEBUG << "OggVorbisFileReader::OggVorbisFileReader(" << m_path << "): now have " << (++instances) << " instances" << endl; | 59 // SVDEBUG << "OggVorbisFileReader::OggVorbisFileReader(" << m_path << "): now have " << (++instances) << " instances" << endl; |
60 | 60 |
61 Profiler profiler("OggVorbisFileReader::OggVorbisFileReader", true); | 61 Profiler profiler("OggVorbisFileReader::OggVorbisFileReader"); |
62 | 62 |
63 QFileInfo info(m_path); | 63 QFileInfo info(m_path); |
64 m_fileSize = info.size(); | 64 m_fileSize = info.size(); |
65 | 65 |
66 if (!(m_oggz = oggz_open(m_path.toLocal8Bit().data(), OGGZ_READ))) { | 66 if (!(m_oggz = oggz_open(m_path.toLocal8Bit().data(), OGGZ_READ))) { |