comparison data/fileio/OggVorbisFileReader.cpp @ 281:9c447d664275

* Add QuickTime file reader class -- totally untested, shouldn't even compile
author Chris Cannam
date Mon, 06 Aug 2007 14:37:59 +0000
parents 822bd7fd526c
children 20028c634494
comparison
equal deleted inserted replaced
280:daf89d31f45c 281:9c447d664275
81 oggz_close(m_oggz); 81 oggz_close(m_oggz);
82 m_oggz = 0; 82 m_oggz = 0;
83 83
84 if (isDecodeCacheInitialised()) finishDecodeCache(); 84 if (isDecodeCacheInitialised()) finishDecodeCache();
85 85
86 if (decodeMode == DecodeAtOnce) { 86 delete m_progress;
87 delete m_progress; 87 m_progress = 0;
88 m_progress = 0;
89 }
90 88
91 } else { 89 } else {
92 90
93 while (oggz_read(m_oggz, 1024) > 0 && 91 while (oggz_read(m_oggz, 1024) > 0 &&
94 m_channelCount == 0); 92 m_channelCount == 0);