--- trunk/xvidcore/src/motion/estimation_rd_based_bvop.c 2004/07/18 11:51:44 1506 +++ trunk/xvidcore/src/motion/estimation_rd_based_bvop.c 2004/07/18 12:22:31 1508 @@ -17,8 +17,6 @@ #include "../bitstream/vlc_codes.h" #include "../dct/fdct.h" #include "motion_inlines.h" -#include "../plugins/HVS_base.h" - /* rd = BITS_MULT*bits + LAMBDA*distortion */ #define LAMBDA ( (int)(BITS_MULT*1.0) ) @@ -516,6 +514,7 @@ case MODE_BACKWARD: rd = b_rd = SearchBF_RD(x, y, MotionFlags, pParam, &best_rd, Data_b); break; + default: case MODE_INTERPOLATE: rd = i_rd = SearchInterpolate_RD(x, y, MotionFlags, pParam, &best_rd, Data_i); break;