[xiph-commits] r8059 - in trunk/oggdsf: . src/lib/core/directshow/dsfOggDemux

illiminable at motherfish-iii.xiph.org illiminable at motherfish-iii.xiph.org
Wed Oct 20 21:39:34 PDT 2004


Author: illiminable
Date: 2004-10-20 21:39:33 -0700 (Wed, 20 Oct 2004)
New Revision: 8059

Modified:
   trunk/oggdsf/VERSIONS
   trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/OggDemuxSourcePin.h
Log:
* Pre-release config.

Modified: trunk/oggdsf/VERSIONS
===================================================================
--- trunk/oggdsf/VERSIONS	2004-10-20 15:52:19 UTC (rev 8058)
+++ trunk/oggdsf/VERSIONS	2004-10-21 04:39:33 UTC (rev 8059)
@@ -1,4 +1,4 @@
-PACKAGE		-	0.65.7923
+PACKAGE		-	0.66.8000
 =================================
 libspeex	-	1.0.4
 libvorbis	-	1.1.0

Modified: trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/OggDemuxSourcePin.h
===================================================================
--- trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/OggDemuxSourcePin.h	2004-10-20 15:52:19 UTC (rev 8058)
+++ trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/OggDemuxSourcePin.h	2004-10-21 04:39:33 UTC (rev 8059)
@@ -61,7 +61,7 @@
 
 	virtual ~OggDemuxSourcePin(void);
 	static const unsigned long BUFFER_SIZE = 1024*512;			//What should this be ????
-	static const unsigned long NUM_BUFFERS = 100;
+	static const unsigned long NUM_BUFFERS = 75;
 
 
 	virtual bool deliverOggPacket(StampedOggPacket* inOggPacket);



More information about the commits mailing list