--- config.h 2002/11/21 12:51:28 1.14.2.2 +++ config.h 2002/12/14 06:09:33 1.14.2.3 @@ -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;