--- trunk/xvidcore/src/bitstream/cbp.h 2002/03/28 16:14:23 77 +++ trunk/xvidcore/src/bitstream/cbp.h 2002/03/28 20:57:25 78 @@ -3,7 +3,7 @@ #include "../portab.h" -typedef uint32_t (cbpFunc)(const int16_t codes[6][64]); +typedef uint32_t (cbpFunc)(const int16_t *codes); typedef cbpFunc* cbpFuncPtr;