--- trunk/xvidcore/src/motion/estimation.h 2004/12/17 11:57:59 1576 +++ trunk/xvidcore/src/motion/estimation.h 2004/12/17 15:42:35 1577 @@ -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.h,v 1.10 2004-12-09 04:58:12 syskin Exp $ + * $Id: estimation.h,v 1.11 2004-12-17 15:42:35 syskin Exp $ * ****************************************************************************/ @@ -192,7 +192,8 @@ VECTOR * b_predMV, const uint32_t MotionFlags, const MBParam * const pParam, - int x, int y); + int x, int y, + int best_sad); unsigned int getMinFcode(const int MVmax);