--- branches/dev-api-3/xvidcore/src/utils/mbtransquant.c 2002/09/26 04:52:16 544 +++ branches/dev-api-3/xvidcore/src/utils/mbtransquant.c 2002/11/09 13:23:51 638 @@ -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 */