--- trunk/vfw/src/codec.h 2002/08/05 18:26:31 361 +++ trunk/vfw/src/codec.h 2002/09/23 06:10:43 527 @@ -103,6 +103,7 @@ int keyframe_locations[20480]; int max_framesize; + int minpsize, minisize; double movie_curve; double credits_start_curve; double credits_end_curve; @@ -163,9 +164,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