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

Diff of /trunk/xvidcore/src/global.h

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

revision 78, Thu Mar 28 20:57:25 2002 UTC revision 101, Fri Apr 5 14:40:36 2002 UTC
# Line 1  Line 1 
1  #ifndef _GLOBAL_H_  #ifndef _GLOBAL_H_
2  #define _GLOBAL_H_  #define _GLOBAL_H_
3    
4    #include "xvid.h"
5  #include "portab.h"  #include "portab.h"
6    
7  /* --- macroblock stuff --- */  /* --- macroblock stuff --- */
# Line 15  Line 16 
16    
17  typedef struct  typedef struct
18  {  {
19          int x;          uint32_t bufa;
20          int y;          uint32_t bufb;
21  } VECTOR;          uint32_t buf;
22            uint32_t pos;
23            uint32_t *tail;
24            uint32_t *start;
25            uint32_t length;
26    }
27    Bitstream;
28    
29    
30  #define MBPRED_SIZE  15  #define MBPRED_SIZE  15

Legend:
Removed from v.78  
changed lines
  Added in v.101

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