--- mbtransquant.c 2002/09/26 04:51:01 1.11.2.3 +++ mbtransquant.c 2002/11/09 13:23:51 1.11.2.4 @@ -70,7 +70,7 @@ #define MIN(X, Y) ((X)<(Y)?(X):(Y)) #define MAX(X, Y) ((X)>(Y)?(X):(Y)) -#define TOOSMALL_LIMIT 2 /* skip blocks having a coefficient sum below this value */ +#define TOOSMALL_LIMIT 1 /* skip blocks having a coefficient sum below this value */ /* this isnt pretty, but its better than 20 ifdefs */