--- trunk/xvidcore/src/bitstream/mbcoding.c 2002/04/25 06:55:00 136 +++ trunk/xvidcore/src/bitstream/mbcoding.c 2002/05/01 13:00:02 152 @@ -511,8 +511,8 @@ void MBCodingBVOP(const MACROBLOCK * mb, const int16_t qcoeff[6*64], - const int16_t fcode, - const int16_t bcode, + const int32_t fcode, + const int32_t bcode, Bitstream * bs, Statistics * pStat) {