[xiph-commits] r10285 -
branches/oggdsf_new_demux/src/lib/core/ogg/libOOOggSeek
illiminable at svn.xiph.org
illiminable at svn.xiph.org
Mon Oct 24 04:54:25 PDT 2005
Author: illiminable
Date: 2005-10-24 04:54:22 -0700 (Mon, 24 Oct 2005)
New Revision: 10285
Modified:
branches/oggdsf_new_demux/src/lib/core/ogg/libOOOggSeek/AutoOggChainGranuleSeekTable.cpp
Log:
* Register the seek tables callback
Modified: branches/oggdsf_new_demux/src/lib/core/ogg/libOOOggSeek/AutoOggChainGranuleSeekTable.cpp
===================================================================
--- branches/oggdsf_new_demux/src/lib/core/ogg/libOOOggSeek/AutoOggChainGranuleSeekTable.cpp 2005-10-24 11:49:00 UTC (rev 10284)
+++ branches/oggdsf_new_demux/src/lib/core/ogg/libOOOggSeek/AutoOggChainGranuleSeekTable.cpp 2005-10-24 11:54:22 UTC (rev 10285)
@@ -7,6 +7,7 @@
, mOggDemux(NULL)
{
mOggDemux = new OggDataBuffer;
+ mOggDemux->registerVirtualCallback(this);
}
More information about the commits
mailing list