--- trunk/xvidcore/src/utils/mbtransquant.c 2005/12/09 05:07:32 1662 +++ trunk/xvidcore/src/utils/mbtransquant.c 2005/12/10 05:20:35 1663 @@ -21,7 +21,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: mbtransquant.c,v 1.30 2005-12-09 04:45:35 syskin Exp $ + * $Id: mbtransquant.c,v 1.31 2005-12-10 05:20:35 syskin Exp $ * ****************************************************************************/ @@ -758,6 +758,8 @@ return -1; } +#define TRELLIS_MIN_EFFORT 3 + /* this routine has been strippen of all debug code */ static int dct_quantize_trellis_c(int16_t *const Out, @@ -796,8 +798,8 @@ Run_Costs[-1] = 2<>4);