--- branches/dev-api-4/xvidcore/src/utils/mbfunctions.h 2003/03/09 16:45:24 913 +++ branches/dev-api-4/xvidcore/src/utils/mbfunctions.h 2003/03/10 00:38:49 914 @@ -110,6 +110,8 @@ uint8_t MBTransQuantInterBVOP(const MBParam * pParam, FRAMEINFO * frame, MACROBLOCK * pMB, + const uint32_t x_pos, + const uint32_t y_pos, int16_t data[6 * 64], int16_t qcoeff[6 * 64]);