--- motion_est.c 2003/04/14 15:00:49 1.66 +++ motion_est.c 2003/04/25 14:50:01 1.67 @@ -2256,7 +2256,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();