--- global.h 2002/03/28 20:57:24 1.3 +++ global.h 2002/04/05 14:40:36 1.4 @@ -1,6 +1,7 @@ #ifndef _GLOBAL_H_ #define _GLOBAL_H_ +#include "xvid.h" #include "portab.h" /* --- macroblock stuff --- */ @@ -15,9 +16,15 @@ typedef struct { - int x; - int y; -} VECTOR; + uint32_t bufa; + uint32_t bufb; + uint32_t buf; + uint32_t pos; + uint32_t *tail; + uint32_t *start; + uint32_t length; +} +Bitstream; #define MBPRED_SIZE 15