comparison src/xmms-sid.h @ 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 abf20230e4c6
children 2a50d36215c3
comparison
equal deleted inserted replaced
869:3a9bf45178ff 870:a2eb84ed5280
65 * Do notice, however, that it also affects the update frequency of 65 * Do notice, however, that it also affects the update frequency of
66 * XMMS's visualization plugins... 66 * XMMS's visualization plugins...
67 */ 67 */
68 #define XS_AUDIOBUF_SIZE (4*1024) 68 #define XS_AUDIOBUF_SIZE (4*1024)
69 69
70 /* Size of data buffer used for SID-tune MD5 hash calculation. 70 /* Size of data buffer used for SID-file loading and MD5 hash calculation.
71 * If this is too small, the computed hash will be incorrect. 71 * If this is too small, the computed hash will be incorrect.
72 * Largest SID files I've seen are ~70kB. */ 72 * Largest SID files I've seen are ~70kB.
73 */
73 #define XS_SIDBUF_SIZE (256*1024) 74 #define XS_SIDBUF_SIZE (256*1024)
74 75
75 /* libSIDPlay1/2 constants (copied from internal headers/source) 76 /* libSIDPlay1/2 constants (copied from internal headers/source)
76 * For some stupid reason these are not available in public 77 * For some stupid reason these are not available in public
77 * headers, so we have to duplicate them here... 78 * headers, so we have to duplicate them here...