From: black Date: Mon, 11 Apr 2005 16:53:33 +0000 (+0000) Subject: -Changed the dpv buffer to 1 MB. X-Git-Tag: xonotic-v0.1.0preview~5003 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=7101ee8792b04808dbe15d80a06bdad5c281db20 -Changed the dpv buffer to 1 MB. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5176 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/dpvsimpledecode.c b/dpvsimpledecode.c index 90b86dc5..19e3d1cb 100644 --- a/dpvsimpledecode.c +++ b/dpvsimpledecode.c @@ -6,7 +6,8 @@ #define HZREADERROR_EOF 1 #define HZREADERROR_MALLOCFAILED 2 -#define HZREADBLOCKSIZE 16000 +//#define HZREADBLOCKSIZE 16000 +#define HZREADBLOCKSIZE 1048576 typedef struct {