--- trunk/vfw/src/config.h 2002/07/21 03:49:47 324 +++ 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;