--- trunk/xvidcore/src/bitstream/mbcoding.c 2002/03/08 02:46:11 3 +++ trunk/xvidcore/src/bitstream/mbcoding.c 2002/03/09 15:57:02 17 @@ -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) {