--- mbfunctions.h 2002/11/02 15:52:31 1.10.2.3 +++ mbfunctions.h 2003/01/03 12:45:30 1.10.2.6 @@ -54,7 +54,8 @@ const uint32_t width, const uint32_t height, const uint32_t edged_width, - const uint32_t quarterpel, + const int quarterpel, + const int reduced_resolution, const uint32_t rounding); @@ -185,7 +186,7 @@ /** 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 * const frame, /* <-- the parameter for coding of the bitstream */