--- trunk/vfw/src/codec.h 2002/07/26 19:58:22 342 +++ trunk/vfw/src/codec.h 2002/08/06 23:41:01 362 @@ -4,7 +4,7 @@ #include #include #include "config.h" -#include "xvid.h" +#include "..\..\xvidcore\src\xvid.h" #define DEBUG(X) // OutputDebugString(X) @@ -165,5 +165,8 @@ int codec_is_in_credits(CONFIG *, int); int codec_get_vbr_quant(CONFIG *, int); +// added by Koepi for greyscale credits +int check_greyscale_mode(CONFIG *, XVID_ENC_FRAME* , int); +// end of koepi's additions #endif /* _CODEC_H_ */ \ No newline at end of file