[cvs] / xvidcore / src / global.h Repository:
ViewVC logotype

Diff of /xvidcore/src/global.h

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

revision 1.13.2.4, Sun Dec 8 05:38:56 2002 UTC revision 1.13.2.5, 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.1.13.2.4  
changed lines
  Added in v.1.13.2.5

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