Mercurial > hg > svcore
diff data/fileio/MP3FileReader.cpp @ 522:76f6971c8433
* Use FileFinder to find audio source referred to in an RDF document,
if it isn't where the document indicates
author | Chris Cannam |
---|---|
date | Fri, 12 Dec 2008 14:38:10 +0000 |
parents | af7b6e55895b |
children | 3f68eab92857 |
line wrap: on
line diff
--- a/data/fileio/MP3FileReader.cpp Thu Dec 11 15:19:24 2008 +0000 +++ b/data/fileio/MP3FileReader.cpp Fri Dec 12 14:38:10 2008 +0000 @@ -357,8 +357,7 @@ initialiseDecodeCache(); if (m_cacheMode == CacheInTemporaryFile) { -// m_completion = 1; - std::cerr << "MP3FileReader::accept: channel count " << m_channelCount << ", file rate " << m_fileRate << ", about to start serialised section" << std::endl; +// std::cerr << "MP3FileReader::accept: channel count " << m_channelCount << ", file rate " << m_fileRate << ", about to start serialised section" << std::endl; startSerialised("MP3FileReader::Decode"); } }