--- cbp.h 2002/03/27 12:58:29 1.3 +++ cbp.h 2002/03/28 20:57:24 1.4 @@ -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;