--- branches/dev-api-4/xvidcore/vfw/src/config.h 2003/05/17 13:37:49 1032 +++ branches/dev-api-4/xvidcore/vfw/src/config.h 2003/06/09 01:25:19 1053 @@ -73,10 +73,10 @@ typedef struct { /********** ATTENTION **********/ - int mode; // Vidomi directly accesses these vars - int bitrate; // - int desired_size; // please try to avoid modifications here - char stats[MAX_PATH]; // + int mode; /* Vidomi directly accesses these vars */ + int bitrate; + int desired_size; /* please try to avoid modifications here */ + char stats[MAX_PATH]; /*******************************/ /* profile */ @@ -115,22 +115,12 @@ int discard1pass; int curve_compression_high; 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; int twopass_max_overflow_improvement; int twopass_max_overflow_degradation; int bitrate_payback_delay; int bitrate_payback_method; /* motion */ - int motion_search; int vhq_mode; int chromame;