--- trunk/xvidcore/dshow/src/config.h 2004/04/18 07:55:11 1437 +++ trunk/xvidcore/dshow/src/config.h 2010/12/22 15:21:13 1916 @@ -39,6 +39,9 @@ int nForceColorspace; unsigned int supported_4cc; int videoinfo_compat; + int aspect_ratio; + int num_threads; + DWORD cpu; } CONFIG; @@ -49,7 +52,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 @@ -57,4 +60,5 @@ #endif -#endif \ No newline at end of file +#endif +