[cvs-annodex] commit (/annodex): liboggz/trunk/src/liboggz/oggz_seek.c

conrad nobody at lists.annodex.net
Wed Feb 2 09:04:47 EST 2005


Update of /annodex (new revision 816)

Modified files:
   liboggz/trunk/src/liboggz/oggz_seek.c

Log Message:
read fewer bytes when scanning for a page


Modified: liboggz/trunk/src/liboggz/oggz_seek.c
===================================================================
--- liboggz/trunk/src/liboggz/oggz_seek.c	2005-02-01 17:12:45 UTC (rev 815)
+++ liboggz/trunk/src/liboggz/oggz_seek.c	2005-02-01 22:04:46 UTC (rev 816)
@@ -63,7 +63,7 @@
 /*#define DEBUG*/
 /*#define DEBUG_VERBOSE*/
 
-#define CHUNKSIZE 65536
+#define CHUNKSIZE 4096
 
 #define oggz_off_t long
 


-- 
conrad



More information about the cvs-annodex mailing list