--- trunk/xvidcore/src/bitstream/mbcoding.h 2002/04/13 16:30:02 118 +++ trunk/xvidcore/src/bitstream/mbcoding.h 2002/05/01 13:00:02 152 @@ -23,8 +23,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);