[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.32, Mon Jul 10 08:09:59 2006 UTC revision 1.33, Mon Sep 13 07:38:09 2010 UTC
# Line 99  Line 99 
99          uint32_t last_quant_initialized_intra; /* needed for mpeg matrices initialization */          uint32_t last_quant_initialized_intra; /* needed for mpeg matrices initialization */
100  } MBParam;  } MBParam;
101    
   
102  typedef struct  typedef struct
103  {  {
104          int iTextBits;          int iTextBits;
# Line 112  Line 111 
111          int iMVBits;          int iMVBits;
112  } Statistics;  } Statistics;
113    
   
114  /* encoding queue */  /* encoding queue */
115  typedef struct  typedef struct
116  {  {
# Line 122  Line 120 
120          IMAGE image;          IMAGE image;
121  } QUEUEINFO;  } QUEUEINFO;
122    
   
123  typedef struct  typedef struct
124  {  {
125      int frame_num;      int frame_num;
# Line 155  Line 152 
152          int is_edged, is_interpolated;          int is_edged, is_interpolated;
153  } FRAMEINFO;  } FRAMEINFO;
154    
   
155  #include "motion/motion_smp.h"  #include "motion/motion_smp.h"
156    
157  typedef struct  typedef struct
# Line 257  Line 253 
253                  return 0;                  return 0;
254  }  }
255    
   
256  /*****************************************************************************  /*****************************************************************************
257   * Prototypes   * Prototypes
258   ****************************************************************************/   ****************************************************************************/

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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