--- trunk/xvidcore/dshow/src/config.h 2010/12/18 10:17:35 1912 +++ branches/release-1_3-branch/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) @@ -41,6 +41,7 @@ int videoinfo_compat; int aspect_ratio; int num_threads; + DWORD cpu; } CONFIG;