--- config.h 2003/02/12 13:24:24 1.14.2.4 +++ config.h 2003/02/16 04:36:04 1.16 @@ -24,7 +24,7 @@ #define XVID_BUILD __TIME__ ", " __DATE__ #define XVID_WEBSITE "http://www.xvid.org/" -#define XVID_SPECIAL_BUILD "sysKin's build - designed for bugs (tm)" +#define XVID_SPECIAL_BUILD "(Vanilla CVS Build)" /* constants */ #define CONFIG_HINTFILE "\\hintfile.mvh" @@ -166,6 +166,8 @@ #ifdef _SMP int num_threads; #endif + int chroma_opt; + int frame_drop_ratio; /* decoder */ @@ -219,4 +221,4 @@ BOOL CALLBACK quantmatrix_proc(HWND, UINT, WPARAM, LPARAM); BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM); -#endif /* _CONFIG_H_ */ \ No newline at end of file +#endif /* _CONFIG_H_ */