diff audioDB.h @ 323:64c844de82d0 large_adb

Fixed an indexing bug where rest of track was ignored after first shingle with power below threshold. Put default O2_LSH_POINT_BITS back to 14 (16384 points), can be altered at compile time with CFLAGS+=-DO2_LSH_POINT_BITS n
author mas01mc
date Thu, 21 Aug 2008 21:02:14 +0000
parents 634959ef98f2
children
line wrap: on
line diff
--- a/audioDB.h	Thu Aug 21 19:58:55 2008 +0000
+++ b/audioDB.h	Thu Aug 21 21:02:14 2008 +0000
@@ -85,7 +85,7 @@
 
 // Override the default point bit width for large database support
 #ifndef LSH_N_POINT_BITS
-#define LSH_N_POINT_BITS 12
+#define LSH_N_POINT_BITS O2_DEFAULT_LSH_N_POINT_BITS
 #endif
 
 // LIMIT PARAMETERS