From 7101ee8792b04808dbe15d80a06bdad5c281db20 Mon Sep 17 00:00:00 2001 From: black Date: Mon, 11 Apr 2005 16:53:33 +0000 Subject: [PATCH] -Changed the dpv buffer to 1 MB. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5176 d7cf8633-e32d-0410-b094-e92efae38249 --- dpvsimpledecode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.39.2