--- trunk/vfw/src/codec.h 2002/04/05 14:42:37 102 +++ trunk/vfw/src/codec.h 2002/08/05 18:26:31 361 @@ -101,6 +101,8 @@ int bytes2; int desired_bytes2; + int keyframe_locations[20480]; + int max_framesize; double movie_curve; double credits_start_curve; double credits_end_curve; @@ -114,7 +116,8 @@ double alt_curve_high_diff; double alt_curve_mid_qual; double alt_curve_qual_dev; - int overflow; + int overflow, KF_idx, KFoverflow, KFoverflow_partial; + int quant_count[32]; NNSTATS nns1; NNSTATS nns2; @@ -160,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