changeset 870:a2eb84ed5280

Clarify the comment concerning the SID buffer size define.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 04:01:03 +0200
parents 3a9bf45178ff
children d183ac29b879
files src/xmms-sid.h
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)