--- mbfunctions.h 2002/09/25 16:51:05 1.10.2.1 +++ mbfunctions.h 2002/12/08 06:43:34 1.10.2.4 @@ -54,6 +54,7 @@ const uint32_t width, const uint32_t height, const uint32_t edged_width, + const uint32_t quarterpel, const uint32_t rounding); @@ -184,10 +185,10 @@ /** MBCoding.c **/ -void MBSkip(Bitstream * bs); /* just the bitstream. Since MB is skipped, no info is needed */ +/* 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 */