changeset 822:cbba4cf52ff9

Increase SID read buffer size.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 16:09:36 +0200
parents dea579b6c3b3
children 6f7fada39665
files src/xmms-sid.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmms-sid.h	Wed Nov 07 16:09:19 2012 +0200
+++ b/src/xmms-sid.h	Wed Nov 07 16:09:36 2012 +0200
@@ -70,7 +70,7 @@
 /* Size of data buffer used for SID-tune MD5 hash calculation.
  * If this is too small, the computed hash will be incorrect.
  * Largest SID files I've seen are ~70kB. */
-#define XS_SIDBUF_SIZE         (80*1024)
+#define XS_SIDBUF_SIZE         (256*1024)
 
 /* libSIDPlay1/2 constants (copied from internal headers/source)
  * For some stupid reason these are not available in public