--- mbfunctions.h 2003/03/30 13:16:42 1.17.2.2 +++ mbfunctions.h 2003/04/13 16:18:09 1.17.2.3 @@ -52,7 +52,7 @@ void MBTransQuantIntra(const MBParam * const pParam, - FRAMEINFO * const frame, + const FRAMEINFO * const frame, MACROBLOCK * const pMB, const uint32_t x_pos, /* <-- The x position of the MB to be searched */ const uint32_t y_pos, /* <-- The y position of the MB to be searched */ @@ -60,7 +60,7 @@ int16_t qcoeff[6 * 64]); /* <-> the quantized DCT coefficients */ uint8_t MBTransQuantInter(const MBParam * const pParam, - FRAMEINFO * const frame, + const FRAMEINFO * const frame, MACROBLOCK * const pMB, const uint32_t x_pos, const uint32_t y_pos,