--- branches/release-1_0-branch/xvidcore/src/motion/estimation_common.c 2004/04/02 23:59:24 1400 +++ branches/release-1_0-branch/xvidcore/src/motion/estimation_common.c 2004/04/03 10:17:21 1401 @@ -21,7 +21,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: estimation_common.c,v 1.2 2004-03-22 22:36:24 edgomez Exp $ + * $Id: estimation_common.c,v 1.2.2.1 2004-04-03 10:17:21 syskin Exp $ * ****************************************************************************/ @@ -427,7 +427,7 @@ CHECK_CANDIDATE(xo-1, yo, 0); CHECK_CANDIDATE(xo+1, yo, 0); - if(best_sad < data->iMinSAD2) return; + if(best_sad <= data->iMinSAD2) return; if(data->currentQMV[0].y == data->currentQMV2.y) { CHECK_CANDIDATE(xo-1, (yo+yo2)>>1, 0);