Mercurial > hg > svcore
comparison data/fileio/MP3FileReader.cpp @ 398:be49bf95d4a5
* Fix hang when using more than one consecutive coded audio file reader in
decode-at-once mode
author | Chris Cannam |
---|---|
date | Wed, 26 Mar 2008 14:35:03 +0000 |
parents | 183ee2a55fc7 |
children | 65311fb86166 |
comparison
equal
deleted
inserted
replaced
397:78491f21061d | 398:be49bf95d4a5 |
---|---|
119 | 119 |
120 delete[] m_filebuffer; | 120 delete[] m_filebuffer; |
121 m_filebuffer = 0; | 121 m_filebuffer = 0; |
122 | 122 |
123 if (isDecodeCacheInitialised()) finishDecodeCache(); | 123 if (isDecodeCacheInitialised()) finishDecodeCache(); |
124 endSerialised(); | |
124 | 125 |
125 } else { | 126 } else { |
126 | 127 |
127 if (m_reporter) m_reporter->setProgress(100); | 128 if (m_reporter) m_reporter->setProgress(100); |
128 | 129 |