--- codec.h 2002/07/26 19:53:22 1.9 +++ codec.h 2002/08/05 18:26:31 1.10 @@ -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