[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.4, Sat Mar 15 17:03:17 2003 UTC revision 1.27.2.5, Sun Mar 16 12:04:14 2003 UTC
# Line 52  Line 52 
52   * Constants   * Constants
53   ****************************************************************************/   ****************************************************************************/
54    
 /* Quatization type */  
 #define H263_QUANT      0  
 #define MPEG4_QUANT     1  
   
 /* Indicates no quantizer changes in INTRA_Q/INTER_Q modes */  
 #define NO_CHANGE 64  
   
55  /*****************************************************************************  /*****************************************************************************
56   * Types   * Types
57   ****************************************************************************/   ****************************************************************************/
# Line 178  Line 171 
171          int bitrate;          int bitrate;
172    
173      // plugins      // plugins
174      int num_plugins;    /* note: we store plugin flags in MBPARAM */      unsigned int num_plugins;    /* note: we store plugin flags in MBPARAM */
175      xvid_enc_plugin_t * plugins;      xvid_enc_plugin_t * plugins;
176    
177      // dquant      // dquant

Legend:
Removed from v.1.27.2.4  
changed lines
  Added in v.1.27.2.5

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