[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.13, Thu Aug 7 15:41:57 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 164  Line 164 
164      xvid_enc_zone_t * zones;      xvid_enc_zone_t * zones;
165    
166      /* plugins */      /* plugins */
167      unsigned int num_plugins;    /* note: we store plugin flags in MBPARAM */      int num_plugins;    /* note: we store plugin flags in MBPARAM */
168      xvid_enc_plugin_t * plugins;      xvid_enc_plugin_t * plugins;
169    
170      /* dquant */      /* dquant */

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

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