# HG changeset patch # User Matti Hamalainen # Date 1352426463 -7200 # Node ID a2eb84ed5280d502e74d47a02c5323e3759e7187 # Parent 3a9bf45178ff45cfae15e9e259948987d3bfb653 Clarify the comment concerning the SID buffer size define. diff -r 3a9bf45178ff -r a2eb84ed5280 src/xmms-sid.h --- a/src/xmms-sid.h Fri Nov 09 04:00:27 2012 +0200 +++ b/src/xmms-sid.h Fri Nov 09 04:01:03 2012 +0200 @@ -67,9 +67,10 @@ */ #define XS_AUDIOBUF_SIZE (4*1024) -/* Size of data buffer used for SID-tune MD5 hash calculation. +/* Size of data buffer used for SID-file loading and MD5 hash calculation. * If this is too small, the computed hash will be incorrect. - * Largest SID files I've seen are ~70kB. */ + * Largest SID files I've seen are ~70kB. + */ #define XS_SIDBUF_SIZE (256*1024) /* libSIDPlay1/2 constants (copied from internal headers/source)