--- trunk/vfw/src/config.h 2002/07/12 12:26:55 295 +++ trunk/vfw/src/config.h 2002/08/01 12:56:29 355 @@ -88,6 +88,9 @@ int min_key_interval; int lum_masking; int interlacing; +//added by koepi for gruel's greyscale_mode + int greyscale; +// end of koepi's additions #ifdef BFRAMES int max_bframes; int bquant_ratio; @@ -104,6 +107,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; @@ -143,6 +150,9 @@ #ifdef _SMP int num_threads; #endif +#ifdef BFRAMES + int frame_drop_ratio; +#endif // char build[50]; DWORD cpu;