--- encoder.c 2002/04/28 21:55:06 1.29 +++ encoder.c 2002/04/29 06:45:55 1.31 @@ -34,7 +34,7 @@ * * 14.04.2002 added FrameCodeB() * - * $Id: encoder.c,v 1.29 2002/04/28 21:55:06 edgomez Exp $ + * $Id: encoder.c,v 1.31 2002/04/29 06:45:55 chenm001 Exp $ * ***************************************************************************/ @@ -323,7 +323,7 @@ stop_conv_timer(); #ifdef _DEBUG - image_copy(&pEnc->sOriginal, &pEnc->sCurrent, pEnc->mbParam.edged_width, pEnc->mbParam.height); + image_copy(&pEnc->sOriginal, &pEnc->current->image, pEnc->mbParam.edged_width, pEnc->mbParam.height); #endif EMMS(); @@ -510,7 +510,7 @@ MVBLOCKHINT * bhint = &hint->mvhint.block[x + y * pEnc->mbParam.mb_width]; VECTOR pred[4]; VECTOR tmp; - uint32_t dummy[4]; + int32_t dummy[4]; int vec; pMB->mode = (hint->rawhints) ? bhint->mode : BitstreamGetBits(&bs, MODEBITS);