--- trunk/vfw/src/config.h 2002/06/20 10:51:08 228 +++ trunk/vfw/src/config.h 2002/08/01 12:56:29 355 @@ -88,10 +88,15 @@ 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; int packed; + int dx50bvop; + int debug; #endif int min_iquant; @@ -102,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; @@ -138,6 +147,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;