--- trunk/xvidcore/dshow/src/config.h 2004/07/18 02:00:05 1503 +++ trunk/xvidcore/dshow/src/config.h 2011/02/14 16:59:16 1949 @@ -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