--- trunk/xvidcore/src/motion/estimation_bvop.c 2004/09/04 14:16:24 1547 +++ trunk/xvidcore/src/motion/estimation_bvop.c 2004/09/04 15:07:45 1548 @@ -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_bvop.c,v 1.14 2004-09-04 14:16:24 edgomez Exp $ + * $Id: estimation_bvop.c,v 1.15 2004-09-04 15:07:45 syskin Exp $ * ****************************************************************************/ @@ -643,6 +643,8 @@ Data->directmvB[0].y : Data->currentMV[1].y - Data->referencemv[0].y); + *best_sad = Data->iMinSAD[0]; + return skip_sad; }