[xiph-commits] r6935 -

illiminable at dactyl.lonelymoon.com illiminable
Wed Jun 30 01:57:07 PDT 2004


trunk/oggdsf/src/lib/core/directshow/dsfAbstractVideoEncoder
Message-ID: <20040630085707.4233E9AAAD at dactyl.lonelymoon.com>

Author: illiminable
Date: Wed Jun 30 01:57:07 2004
New Revision: 6935

Modified:
trunk/oggdsf/src/lib/core/directshow/dsfAbstractVideoEncoder/AbstractVideoEncodeOutputPin.cpp
Log:
* Encoder works now... playback though seems to be jagged.
* Increased the output buffer size.
* Found a problem with the mux using raw granule pos for time comparison... bah !

Modified: trunk/oggdsf/src/lib/core/directshow/dsfAbstractVideoEncoder/AbstractVideoEncodeOutputPin.cpp
===================================================================
--- trunk/oggdsf/src/lib/core/directshow/dsfAbstractVideoEncoder/AbstractVideoEncodeOutputPin.cpp	2004-06-30 08:06:21 UTC (rev 6934)
+++ trunk/oggdsf/src/lib/core/directshow/dsfAbstractVideoEncoder/AbstractVideoEncodeOutputPin.cpp	2004-06-30 08:57:05 UTC (rev 6935)
@@ -56,8 +56,8 @@
ALLOCATOR_PROPERTIES locReqAlloc;
ALLOCATOR_PROPERTIES locActualAlloc;

-	const unsigned long MIN_BUFFER_SIZE = 1096;			//What should this be ????
-	const unsigned long DEFAULT_BUFFER_SIZE = 32192;
+	const unsigned long MIN_BUFFER_SIZE = 65536;			//What should this be ????
+	const unsigned long DEFAULT_BUFFER_SIZE = 131072;
const unsigned long MIN_NUM_BUFFERS = 3;
const unsigned long DEFAULT_NUM_BUFFERS = 5;




More information about the commits mailing list