Commit 0705145e authored by NzSN's avatar NzSN

Use 2^15 instead of 4096 which will cause problems.

parent b29d35f1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#define PROBESIZE 5000000 #define PROBESIZE 5000000
#endif #endif
#define DEFAULT_AVIO_BUFFER_SIZE 4096 #define DEFAULT_AVIO_BUFFER_SIZE 32768
#ifdef CUSTOM_AVIO_BUFFER_SIZE #ifdef CUSTOM_AVIO_BUFFER_SIZE
#define AVIO_BUFFER_SIZE CUSTOM_AVIO_BUFFER_SIZE #define AVIO_BUFFER_SIZE CUSTOM_AVIO_BUFFER_SIZE
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment