--- branches/dev-api-4/xvidcore/src/motion/motion_est.c 2003/04/19 11:26:47 991 +++ branches/dev-api-4/xvidcore/src/motion/motion_est.c 2003/04/25 14:53:37 992 @@ -2254,7 +2254,7 @@ sSAD /= blocks; s = (10*s) / blocks; - if (s > 4) sSAD += (s - 2) * (160 - 2*b_thresh); //static block - looks bad when in bframe... + if (s > 4) sSAD += (s - 2) * (60 - 2*b_thresh); //static block - looks bad when in bframe... if (sSAD > InterThresh ) return P_VOP; emms();