--- trunk/xvidcore/src/global.h 2002/04/04 13:58:18 100 +++ trunk/xvidcore/src/global.h 2002/04/05 14:40:36 101 @@ -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