--- mbcoding.c 2002/03/08 02:44:35 1.1 +++ mbcoding.c 2002/03/09 15:57:02 1.3 @@ -5,6 +5,8 @@ #include "../utils/mbfunctions.h" +#include /* malloc, free */ + #define ESCAPE 7167 #define ABS(X) (((X)>0)?(X):-(X)) #define CLIP(X,A) (X > A) ? (A) : (X) @@ -374,8 +376,8 @@ /*************************************************************** -/* decoding stuff starts here * -/***************************************************************/ + * decoding stuff starts here * + ***************************************************************/ int get_mcbpc_intra(Bitstream * bs) {