comparison src/xmms-sid.h @ 369:4611f1194941

Make binary search bailout value a #define in xmms-sid.h
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Nov 2005 05:22:05 +0000
parents 5a92a2aee74c
children b20300813b42
comparison
equal deleted inserted replaced
368:3e55874170eb 369:4611f1194941
85 * If this is too small, the computed hash will be incorrect. 85 * If this is too small, the computed hash will be incorrect.
86 * Largest SID files I've seen are ~70kB. */ 86 * Largest SID files I've seen are ~70kB. */
87 #define XS_SIDBUF_SIZE (80*1024) 87 #define XS_SIDBUF_SIZE (80*1024)
88 88
89 89
90 #define XS_BIN_BAILOUT (32) /* Binary search bailout treshold */
90 91
91 #define XS_STIL_MAXENTRY (128) /* Max number of sub-songs in STIL/SLDB node */ 92 #define XS_STIL_MAXENTRY (128) /* Max number of sub-songs in STIL/SLDB node */
92 93
93 94
94 #define XS_CONFIG_IDENT "XMMS-SID" /* Configuration file identifier */ 95 #define XS_CONFIG_IDENT "XMMS-SID" /* Configuration file identifier */