--- estimation_gmc.c 2003/11/19 12:24:25 1.1.2.3 +++ estimation_gmc.c 2004/07/08 07:12:54 1.4 @@ -19,7 +19,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_gmc.c,v 1.1.2.3 2003/11/19 12:24:25 syskin Exp $ + * $Id: estimation_gmc.c,v 1.4 2004/07/08 07:12:54 syskin Exp $ * ****************************************************************************/ @@ -94,7 +94,7 @@ xvid_me_DiamondSearch(Data->currentMV[0].x, Data->currentMV[0].y, Data, 255, CheckCandidate16I); - xvid_me_SubpelRefine(Data, CheckCandidate16I); + xvid_me_SubpelRefine(Data->currentMV[0], Data, CheckCandidate16I, 0); /* for QPel halfpel positions are worse than in halfpel mode :( */