--- trunk/xvidcore/src/motion/motion_est.c 2002/07/06 17:04:57 259 +++ trunk/xvidcore/src/motion/motion_est.c 2002/07/06 21:41:14 261 @@ -2034,10 +2034,10 @@ backupMV = *currMV; /* save best prediction, actually only for EXTSEARCH */ - if (MotionFlags & PMV_USESQUARES8) + if (MotionFlags & PMV_USESQUARES16) MainSearchPtr = Square16_MainSearch; else - if (MotionFlags & PMV_ADVANCEDDIAMOND8) + if (MotionFlags & PMV_ADVANCEDDIAMOND16) MainSearchPtr = AdvDiamond16_MainSearch; else MainSearchPtr = Diamond16_MainSearch;