--- branches/dev-api-4/xvidcore/vfw/src/config.h 2003/06/09 13:55:56 1054 +++ branches/dev-api-4/xvidcore/vfw/src/config.h 2003/11/09 20:49:21 1202 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: config.h,v 1.1.2.7 2003-06-09 13:55:56 edgomez Exp $ + * $Id: config.h,v 1.1.2.11 2003-11-09 20:49:21 edgomez Exp $ * ****************************************************************************/ #ifndef _CONFIG_H_ @@ -43,7 +43,6 @@ #define DEFAULT_MIN_KBPS 16 #define DEFAULT_MAX_KBPS 10000 - /* registry stuff */ #define XVID_REG_KEY HKEY_CURRENT_USER #define XVID_REG_PARENT "Software\\GNU" @@ -84,10 +83,11 @@ { int frame; + int type; int mode; int weight; int quant; - /* overrides: when ==MODIFIER_USE_DEFAULT use default/global setting */ + unsigned int greyscale; unsigned int chroma_opt; unsigned int bvop_threshold; @@ -102,6 +102,7 @@ int desired_size; /* please try to avoid modifications here */ char stats[MAX_PATH]; /*******************************/ + int use_2pass_bitrate; /* use bitrate for 2pass2 (instead of desired size) */ /* profile */ char profile_name[MAX_PATH]; @@ -132,22 +133,24 @@ int rc_averaging_period; int rc_buffer; + /* 2pass1 */ + int discard1pass; + /* 2pass2 */ int keyframe_boost; int kftreshold; int kfreduction; - int discard1pass; int curve_compression_high; int curve_compression_low; + int overflow_control_strength; 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; + int cartoon_mode; int max_key_interval; int min_key_interval; int frame_drop_ratio; @@ -166,6 +169,7 @@ int fourcc_used; int vop_debug; int debug; + int display_status; DWORD cpu;