From 49c8a74e51a9441e2a8acea65fec7689c807507e Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 24 Jun 2014 12:12:08 +0000 Subject: Backport #1486 fixes from libvorbis to Tremor (trunk) git-svn-id: https://svn.xiph.org/trunk/Tremor@19170 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- ivorbisfile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ivorbisfile.h') diff --git a/ivorbisfile.h b/ivorbisfile.h index fda6205..f6ecb0e 100644 --- a/ivorbisfile.h +++ b/ivorbisfile.h @@ -26,7 +26,8 @@ extern "C" #include #include "ivorbiscodec.h" -#define CHUNKSIZE 1024 +#define CHUNKSIZE 65535 +#define READSIZE 1024 /* The function prototypes for the callbacks are basically the same as for * the stdio functions fread, fseek, fclose, ftell. * The one difference is that the FILE * arguments have been replaced with -- cgit v1.2.1