summaryrefslogtreecommitdiff
path: root/ivorbisfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'ivorbisfile.h')
-rw-r--r--ivorbisfile.h3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
#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