[xiph-commits] r8507 - trunk/oggdsf/src/lib/core/ogg/libOOOgg
illiminable at motherfish-iii.xiph.org
illiminable at motherfish-iii.xiph.org
Tue Dec 21 07:51:10 PST 2004
Author: illiminable
Date: 2004-12-21 07:51:09 -0800 (Tue, 21 Dec 2004)
New Revision: 8507
Modified:
trunk/oggdsf/src/lib/core/ogg/libOOOgg/OggMuxStream.cpp
Log:
* Fixed a bug in the interleaver which would just keep looping when some other filters were used in the graph.
Modified: trunk/oggdsf/src/lib/core/ogg/libOOOgg/OggMuxStream.cpp
===================================================================
--- trunk/oggdsf/src/lib/core/ogg/libOOOgg/OggMuxStream.cpp 2004-12-21 14:17:52 UTC (rev 8506)
+++ trunk/oggdsf/src/lib/core/ogg/libOOOgg/OggMuxStream.cpp 2004-12-21 15:51:09 UTC (rev 8507)
@@ -61,7 +61,7 @@
return mPageQueue.size();
}
bool OggMuxStream::acceptOggPage(OggPage* inOggPage) { //Holds page for later... still needs deleting in destructor
- mIsEOS = false;
+// mIsEOS = false;
if (inOggPage == NULL) {
int x = 0;
x= x/x;
More information about the commits
mailing list