[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.27.2.12, Sat Aug 2 15:08:24 2003 UTC revision 1.27.2.16, Wed Nov 5 16:15:47 2003 UTC
# Line 59  Line 59 
59      int plugin_flags;      int plugin_flags;
60    
61          /* frame rate increment & base */          /* frame rate increment & base */
62          uint32_t fincr;          int32_t fincr;
63          uint32_t fbase;          uint32_t fbase;
64    
65      int profile;      int profile;
# Line 72  Line 72 
72      int min_quant[3];      int min_quant[3];
73      int max_quant[3];      int max_quant[3];
74    
75            int par;
76            int par_width;
77            int par_height;
78    
79  #ifdef _SMP  #ifdef _SMP
80          int num_threads;          int num_threads;
81  #endif  #endif
# Line 148  Line 152 
152      int length;         /* the encoded size of this frame */      int length;         /* the encoded size of this frame */
153    
154          Statistics sStat;          Statistics sStat;
155            int is_edged, is_interpolated;
156  }  }
157  FRAMEINFO;  FRAMEINFO;
158    
# Line 164  Line 169 
169      xvid_enc_zone_t * zones;      xvid_enc_zone_t * zones;
170    
171      /* plugins */      /* plugins */
172      unsigned int num_plugins;    /* note: we store plugin flags in MBPARAM */      int num_plugins;    /* note: we store plugin flags in MBPARAM */
173      xvid_enc_plugin_t * plugins;      xvid_enc_plugin_t * plugins;
174    
175      /* dquant */      /* dquant */

Legend:
Removed from v.1.27.2.12  
changed lines
  Added in v.1.27.2.16

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