--- config.h 2004/04/18 07:55:11 1.3 +++ config.h 2011/02/14 16:59:16 1.9 @@ -17,7 +17,7 @@ /* config struct */ -#define SUPPORT_DX50 (1<<0) +#define SUPPORT_3IVX (1<<0) #define SUPPORT_DIVX (1<<1) #define SUPPORT_MP4V (1<<2) @@ -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 +