--- trunk/vfw/src/codec.h 2002/08/04 23:27:40 360 +++ trunk/vfw/src/codec.h 2002/08/05 18:26:31 361 @@ -163,7 +163,10 @@ int codec_get_quant(CODEC *, XVID_ENC_FRAME *); int codec_is_in_credits(CONFIG *, int); -int codec_get_vbr_quant(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