summaryrefslogtreecommitdiff
path: root/ivorbisfile.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2014-06-24 12:12:08 +0000
committerRalph Giles <giles@mozilla.com>2014-06-24 13:52:31 -0700
commit49c8a74e51a9441e2a8acea65fec7689c807507e (patch)
treefc17116bfe693e62c2a2eee73497c1e54453d068 /ivorbisfile.h
parenta733870e048fc139f696f1c57b50e0145d1ab6c2 (diff)
downloadtremor-49c8a74e51a9441e2a8acea65fec7689c807507e.tar.gz
Backport #1486 fixes from libvorbis to Tremor (trunk)
git-svn-id: https://svn.xiph.org/trunk/Tremor@19170 0101bb08-14d6-0310-b084-bc0e0c8e3800
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