[svn] / branches / dev-api-3 / xvidcore / src / global.h Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/global.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 701, Mon Dec 9 10:47:05 2002 UTC revision 702, Tue Dec 10 11:13:50 2002 UTC
# Line 22  Line 22 
22  #define MODE_DIRECT_NONE_MV     4  #define MODE_DIRECT_NONE_MV     4
23  #define MODE_DIRECT_NO4V        5  #define MODE_DIRECT_NO4V        5
24    
25    typedef struct
26    {
27            uint8_t *y;
28            uint8_t *u;
29            uint8_t *v;
30    }
31    IMAGE;
32    
33    
34  typedef struct  typedef struct
35  {  {

Legend:
Removed from v.701  
changed lines
  Added in v.702

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4