Mercurial > hg > svcore
comparison data/fileio/OggVorbisFileReader.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 | bd7c46636bd0 |
comparison
equal
deleted
inserted
replaced
397:78491f21061d | 398:be49bf95d4a5 |
---|---|
83 m_fishSound = 0; | 83 m_fishSound = 0; |
84 oggz_close(m_oggz); | 84 oggz_close(m_oggz); |
85 m_oggz = 0; | 85 m_oggz = 0; |
86 | 86 |
87 if (isDecodeCacheInitialised()) finishDecodeCache(); | 87 if (isDecodeCacheInitialised()) finishDecodeCache(); |
88 endSerialised(); | |
88 | 89 |
89 } else { | 90 } else { |
90 | 91 |
91 if (m_reporter) m_reporter->setProgress(100); | 92 if (m_reporter) m_reporter->setProgress(100); |
92 | 93 |