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

Diff of /xvidcore/src/encoder.h

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

revision 1.2, Fri Mar 29 04:25:16 2002 UTC revision 1.4, Wed Apr 10 07:40:44 2002 UTC
# Line 66  Line 66 
66          uint32_t quant_type;          uint32_t quant_type;
67          uint32_t motion_flags;          uint32_t motion_flags;
68          uint32_t global_flags;          uint32_t global_flags;
69    
70            HINTINFO * hint;
71  } MBParam;  } MBParam;
72    
73  typedef struct  typedef struct
# Line 95  Line 97 
97    
98      IMAGE sCurrent;      IMAGE sCurrent;
99      IMAGE sReference;      IMAGE sReference;
100    #ifdef _DEBUG
101            IMAGE sOriginal;
102    #endif
103      IMAGE vInterH;      IMAGE vInterH;
104      IMAGE vInterV;      IMAGE vInterV;
105          IMAGE vInterVf;          IMAGE vInterVf;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

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