# HG changeset patch # User Matti Hamalainen # Date 1352297376 -7200 # Node ID cbba4cf52ff9e543df4837d32bcb2b9abdd6ba38 # Parent dea579b6c3b35b95415ccd3935cd00209dc2bc32 Increase SID read buffer size. diff -r dea579b6c3b3 -r cbba4cf52ff9 src/xmms-sid.h --- 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