--- trunk/vfw/src/config.h 2002/04/23 19:09:04 134 +++ trunk/vfw/src/config.h 2002/07/27 21:38:19 343 @@ -88,6 +88,13 @@ int min_key_interval; int lum_masking; int interlacing; +#ifdef BFRAMES + int max_bframes; + int bquant_ratio; + int packed; + int dx50bvop; + int debug; +#endif int min_iquant; int max_iquant; @@ -97,6 +104,10 @@ BYTE qmatrix_inter[64]; int keyframe_boost; +//added by koepi for new 2pass curve treatment + int kftreshold; + int kfreduction; +// end of koepi's additions int discard1pass; int dummy2pass; int curve_compression_high; @@ -133,6 +144,13 @@ int credits_start_size; int credits_end_size; +#ifdef _SMP + int num_threads; +#endif +#ifdef BFRAMES + int frame_drop_ratio; +#endif + // char build[50]; DWORD cpu; float fquant; @@ -162,7 +180,8 @@ void config_reg_get(CONFIG *); void config_reg_set(CONFIG *); void config_reg_default(CONFIG *); -int config_get_int(HWND, UINT, int); +int config_get_int(HWND, INT, int); +int config_get_uint(HWND, UINT, int); void main_download(HWND, CONFIG *); void main_slider(HWND, CONFIG *); void main_value(HWND, CONFIG *);