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

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

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

revision 1017, Wed May 14 11:44:29 2003 UTC revision 1053, Mon Jun 9 01:25:19 2003 UTC
# Line 73  Line 73 
73  typedef struct  typedef struct
74  {  {
75  /********** ATTENTION **********/  /********** ATTENTION **********/
76          int mode;                                       // Vidomi directly accesses these vars          int mode;                                       /* Vidomi directly accesses these vars */
77          int bitrate;                            //          int bitrate;
78          int desired_size;                       // please try to avoid modifications here          int desired_size;                       /* please try to avoid modifications here */
79          char stats[MAX_PATH];           //          char stats[MAX_PATH];
80  /*******************************/  /*******************************/
81    
82      /* profile  */      /* profile  */
# Line 115  Line 115 
115          int discard1pass;          int discard1pass;
116          int curve_compression_high;          int curve_compression_high;
117          int curve_compression_low;          int curve_compression_low;
         int use_alt_curve;  
         int alt_curve_use_auto;  
         int alt_curve_auto_str;  
         int alt_curve_use_auto_bonus_bias;  
         int alt_curve_bonus_bias;  
         int alt_curve_type;  
         int alt_curve_high_dist;  
         int alt_curve_low_dist;  
         int alt_curve_min_rel_qual;  
118          int twopass_max_overflow_improvement;          int twopass_max_overflow_improvement;
119          int twopass_max_overflow_degradation;          int twopass_max_overflow_degradation;
120          int bitrate_payback_delay;          int bitrate_payback_delay;
121          int bitrate_payback_method;          int bitrate_payback_method;
122    
123      /* motion */      /* motion */
   
124          int motion_search;          int motion_search;
125          int vhq_mode;          int vhq_mode;
126          int chromame;          int chromame;
# Line 150  Line 140 
140      /* debug */      /* debug */
141          int num_threads;          int num_threads;
142      int fourcc_used;      int fourcc_used;
143        int vop_debug;
144      int debug;      int debug;
145    
146          DWORD cpu;          DWORD cpu;

Legend:
Removed from v.1017  
changed lines
  Added in v.1053

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