--- branches/dev-api-3/xvidcore/src/motion/motion_est.c 2003/01/17 16:07:40 792 +++ branches/dev-api-3/xvidcore/src/motion/motion_est.c 2003/01/19 12:03:16 793 @@ -1907,7 +1907,7 @@ } } sSAD /= (pParam->mb_height-2)*(pParam->mb_width-2); - if (sSAD > IntraThresh + INTRA_BIAS) return I_VOP; +// if (sSAD > IntraThresh + INTRA_BIAS) return I_VOP; if (sSAD > InterThresh ) return P_VOP; emms(); return B_VOP;