[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 695, Sun Dec 8 05:38:56 2002 UTC revision 750, Sun Dec 29 16:59:50 2002 UTC
# Line 12  Line 12 
12  #define MODE_INTRA              3  #define MODE_INTRA              3
13  #define MODE_INTRA_Q    4  #define MODE_INTRA_Q    4
14  #define MODE_NOT_CODED  16  #define MODE_NOT_CODED  16
15    #define MODE_NOT_CODED_GMC      17
16    
17  /* --- bframe specific --- */  /* --- bframe specific --- */
18    
# Line 22  Line 23 
23  #define MODE_DIRECT_NONE_MV     4  #define MODE_DIRECT_NONE_MV     4
24  #define MODE_DIRECT_NO4V        5  #define MODE_DIRECT_NO4V        5
25    
26    typedef struct
27    {
28            uint8_t *y;
29            uint8_t *u;
30            uint8_t *v;
31    }
32    IMAGE;
33    
34    
35  typedef struct  typedef struct
36  {  {

Legend:
Removed from v.695  
changed lines
  Added in v.750

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