--- branches/dev-api-3/xvidcore/src/utils/mbfunctions.h 2002/10/31 06:52:26 618 +++ branches/dev-api-3/xvidcore/src/utils/mbfunctions.h 2002/11/02 15:52:31 619 @@ -188,7 +188,7 @@ void MBSkip(Bitstream * bs); /* just the bitstream. Since MB is skipped, no info is needed */ -void MBCoding(const FRAMEINFO * frame, /* <-- the parameter for coding of the bitstream */ +void MBCoding(const FRAMEINFO * const frame, /* <-- the parameter for coding of the bitstream */ MACROBLOCK * pMB, /* <-- Info of the MB to be coded */