--- mbfunctions.h 2002/09/05 22:44:00 1.12 +++ mbfunctions.h 2002/10/19 11:41:11 1.14 @@ -3,7 +3,7 @@ * XVID MPEG-4 VIDEO CODEC * - Motion estimation fuctions header file - * - * Copyright(C) 2002 Michael Militzer + * Copyright(C) 2002 Michael Militzer * * This program is an implementation of a part of one or more MPEG-4 * Video tools as specified in ISO/IEC 14496-2 standard. Those intending @@ -28,7 +28,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: mbfunctions.h,v 1.12 2002/09/05 22:44:00 edgomez Exp $ + * $Id: mbfunctions.h,v 1.14 2002/10/19 11:41:11 edgomez Exp $ * ****************************************************************************/ @@ -152,8 +152,8 @@ void MBQuantIntra(const MBParam * pParam, FRAMEINFO * frame, MACROBLOCK *pMB, - int16_t qcoeff[6 * 64], - int16_t data[6*64]); + int16_t data[6*64], + int16_t qcoeff[6 * 64]); void MBDeQuantIntra(const MBParam * pParam, const int iQuant,