[svn] / branches / dev-api-4 / xvidcore / src / encoder.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/encoder.h

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

revision 925, Sat Mar 15 17:06:53 2003 UTC revision 926, Sun Mar 16 12:05:09 2003 UTC
# Line 36  Line 36 
36   *               support for EXTENDED API   *               support for EXTENDED API
37   *  - 22.08.2001 fixed bug in iDQtab   *  - 22.08.2001 fixed bug in iDQtab
38   *   *
39   *  $Id: encoder.h,v 1.27.2.4 2003-03-15 17:03:17 suxen_drol Exp $   *  $Id: encoder.h,v 1.27.2.5 2003-03-16 12:04:14 suxen_drol Exp $
40   *   *
41   ****************************************************************************/   ****************************************************************************/
42    
# 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.925  
changed lines
  Added in v.926

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