--- branches/dev-api-3/vfw/src/config.h 2002/11/21 12:51:28 670 +++ branches/dev-api-3/vfw/src/config.h 2002/12/14 06:09:33 716 @@ -102,6 +102,7 @@ int packed; int dx50bvop; int debug; + int reduced_resolution; int min_iquant; int max_iquant; @@ -159,6 +160,11 @@ #endif int frame_drop_ratio; + /* decoder */ + + int deblock_y; + int deblock_uv; + // char build[50]; DWORD cpu; float fquant;