--- branches/dev-api-3/xvidcore/src/global.h 2002/12/09 10:47:05 701 +++ branches/dev-api-3/xvidcore/src/global.h 2002/12/10 11:13:50 702 @@ -22,6 +22,14 @@ #define MODE_DIRECT_NONE_MV 4 #define MODE_DIRECT_NO4V 5 +typedef struct +{ + uint8_t *y; + uint8_t *u; + uint8_t *v; +} +IMAGE; + typedef struct {