--- config.h 2004/07/11 10:22:47 1.4 +++ 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) @@ -40,6 +40,8 @@ unsigned int supported_4cc; int videoinfo_compat; int aspect_ratio; + int num_threads; + DWORD cpu; } CONFIG; @@ -50,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 @@ -58,4 +60,5 @@ #endif -#endif \ No newline at end of file +#endif +