[svn] / trunk / vfw / src / xvid.h Repository:
ViewVC logotype

Diff of /trunk/vfw/src/xvid.h

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

revision 228, Thu Jun 20 10:51:08 2002 UTC revision 295, Fri Jul 12 12:26:55 2002 UTC
# Line 37  Line 37 
37  *               ToDo ? : when BFRAMES is defined, the API_VERSION should not  *               ToDo ? : when BFRAMES is defined, the API_VERSION should not
38  *                        be the same (3.0 ?)  *                        be the same (3.0 ?)
39  *  *
40  *  $Id: xvid.h,v 1.4 2002-06-20 10:51:08 suxen_drol Exp $  *  $Id: xvid.h,v 1.6 2002-07-12 12:26:55 suxen_drol Exp $
41  *  *
42  *****************************************************************************/  *****************************************************************************/
43    
# Line 97  Line 97 
97    
98  #define XVID_CPU_IA64           0x00000080  #define XVID_CPU_IA64           0x00000080
99    
100    #define XVID_CPU_CHKONLY        0x40000000              /* check cpu only; dont init globals */
101  #define XVID_CPU_FORCE          0x80000000  #define XVID_CPU_FORCE          0x80000000
102    
103    
# Line 174  Line 175 
175   * Encoder constants   * Encoder constants
176   ****************************************************************************/   ****************************************************************************/
177    
178    /* Flags for XVID_ENC_PARAM.global */
179    #define XVID_GLOBAL_PACKED              0x00000001      /* packed bitstream */
180    #define XVID_GLOBAL_DX50BVOP    0x00000002      /* dx50 bvop compatibility */
181    #define XVID_GLOBAL_DEBUG               0x00000004      /* print debug info on each frame */
182    
183  /* Flags for XVID_ENC_FRAME.general */  /* Flags for XVID_ENC_FRAME.general */
184  #define XVID_VALID_FLAGS                0x80000000  #define XVID_VALID_FLAGS                0x80000000
185    
# Line 239  Line 245 
245                  int max_quantizer;              /* the upper limit of the quantizer */                  int max_quantizer;              /* the upper limit of the quantizer */
246                  int min_quantizer;              /* the lower limit of the quantizer */                  int min_quantizer;              /* the lower limit of the quantizer */
247                  int max_key_interval;   /* the maximum interval between key frames */                  int max_key_interval;   /* the maximum interval between key frames */
248    #ifdef _SMP
249                    int num_threads;                /* number of threads */
250    #endif
251  #ifdef BFRAMES  #ifdef BFRAMES
252                  int packed;                             /* enable packed mode */                  int global;                             /* global/debug options */
253                  int max_bframes;                /* max sequential bframes (0=disable bframes) */                  int max_bframes;                /* max sequential bframes (0=disable bframes) */
254                  int bquant_ratio;               /* bframe quantizer multipier (percentage).                  int bquant_ratio;               /* bframe quantizer multipier (percentage).
255                                                                   * used only when bquant < 1                                                                   * used only when bquant < 1

Legend:
Removed from v.228  
changed lines
  Added in v.295

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