--- branches/dev-api-3/vfw/src/config.h 2002/11/19 13:23:17 660 +++ branches/dev-api-3/vfw/src/config.h 2002/12/14 06:09:33 716 @@ -96,14 +96,13 @@ //added by koepi for gruel's greyscale_mode int greyscale; // end of koepi's additions -#ifdef BFRAMES int max_bframes; int bquant_ratio; int bquant_offset; int packed; int dx50bvop; int debug; -#endif + int reduced_resolution; int min_iquant; int max_iquant; @@ -159,9 +158,12 @@ #ifdef _SMP int num_threads; #endif -#ifdef BFRAMES int frame_drop_ratio; -#endif + + /* decoder */ + + int deblock_y; + int deblock_uv; // char build[50]; DWORD cpu;