--- global.h 2002/11/19 13:03:57 1.13.2.3 +++ global.h 2002/12/10 11:13:50 1.13.2.5 @@ -11,7 +11,6 @@ #define MODE_INTER4V 2 #define MODE_INTRA 3 #define MODE_INTRA_Q 4 -#define MODE_STUFFING 7 #define MODE_NOT_CODED 16 /* --- bframe specific --- */ @@ -23,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 {