--- config.h 2002/06/20 10:51:08 1.8 +++ config.h 2002/07/21 03:46:13 1.11 @@ -92,6 +92,8 @@ int max_bframes; int bquant_ratio; int packed; + int dx50bvop; + int debug; #endif int min_iquant; @@ -138,6 +140,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;