--- trunk/xvidcore/src/motion/estimation_rd_based_bvop.c 2004/07/20 12:18:44 1514 +++ trunk/xvidcore/src/motion/estimation_rd_based_bvop.c 2004/07/21 12:50:30 1515 @@ -576,6 +576,7 @@ } pMB->mvs[0] = *Data_f->currentMV; pMB->cbp = *Data_f->cbp; + pMB->b_mvs[0] = *Data_b->currentMV; /* hint for future searches */ break; case MODE_BACKWARD: @@ -591,6 +592,7 @@ } pMB->b_mvs[0] = *Data_b->currentMV; pMB->cbp = *Data_b->cbp; + pMB->mvs[0] = *Data_f->currentMV; /* hint for future searches */ break;