--- trunk/xvidcore/dshow/src/config.h 2004/03/22 22:36:25 1382 +++ trunk/xvidcore/dshow/src/config.h 2010/12/18 10:17:35 1912 @@ -32,12 +32,15 @@ int nBrightness; int nDeblock_Y; int nDeblock_UV; - int nDering; + int nDering_Y; + int nDering_UV; int nFilmEffect; int nFlipVideo; int nForceColorspace; unsigned int supported_4cc; int videoinfo_compat; + int aspect_ratio; + int num_threads; } CONFIG; @@ -48,7 +51,7 @@ /* functions */ void LoadRegistryInfo(); void SaveRegistryInfo(); -BOOL CALLBACK adv_proc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); +INT_PTR CALLBACK adv_proc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); #ifdef __cplusplus @@ -56,4 +59,5 @@ #endif -#endif \ No newline at end of file +#endif +