# HG changeset patch # User mas01cr # Date 1191331570 0 # Node ID 4d2587e683ff047e48c5311dd97fb631bdc7dbb4 # Parent 94b6fb73d2ee3c98ec2c66d08fe0532434bc96e5 Cosmetic fix to the file format comment: prefer O2 to 02. diff -r 94b6fb73d2ee -r 4d2587e683ff audioDB.cpp --- a/audioDB.cpp Tue Oct 02 13:16:00 2007 +0000 +++ b/audioDB.cpp Tue Oct 02 13:26:10 2007 +0000 @@ -338,31 +338,31 @@ -------------------------------------------------------------------------- | key 256 bytes | -------------------------------------------------------------------------- - O2_MAXFILES*02_FILENAMELENGTH + O2_MAXFILES*O2_FILENAMELENGTH trackTable : Maps implicit feature index to a feature vector matrix -------------------------------------------------------------------------- | numVectors (4 bytes) | -------------------------------------------------------------------------- - O2_MAXFILES * 02_MEANNUMFEATURES * sizeof(INT) + O2_MAXFILES * O2_MEANNUMFEATURES * sizeof(INT) featureTable -------------------------------------------------------------------------- | v1 v2 v3 ... vd (double) | -------------------------------------------------------------------------- - O2_MAXFILES * 02_MEANNUMFEATURES * DIM * sizeof(DOUBLE) + O2_MAXFILES * O2_MEANNUMFEATURES * DIM * sizeof(DOUBLE) timesTable -------------------------------------------------------------------------- | timestamp (double) | -------------------------------------------------------------------------- - O2_MAXFILES * 02_MEANNUMFEATURES * sizeof(DOUBLE) + O2_MAXFILES * O2_MEANNUMFEATURES * sizeof(DOUBLE) l2normTable -------------------------------------------------------------------------- | nm (double) | -------------------------------------------------------------------------- - O2_MAXFILES * 02_MEANNUMFEATURES * sizeof(DOUBLE) + O2_MAXFILES * O2_MEANNUMFEATURES * sizeof(DOUBLE) */