--- trunk/vfw/src/codec.h 2002/08/05 18:26:31 361 +++ 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) @@ -163,9 +163,9 @@ int codec_get_quant(CODEC *, XVID_ENC_FRAME *); int codec_is_in_credits(CONFIG *, int); -int codec_get_vbr_quant(CONFIG *, int); - -// added by Koepi for greyscale credits +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