diff mpegvideo.h @ 2974:e7189a8c22ed libavcodec

use correct qp & lambda for ME on the second pass
author michael
date Mon, 19 Dec 2005 13:41:27 +0000
parents ef2149182f1c
children bfabfdf9ce55
line wrap: on
line diff
--- a/mpegvideo.h	Mon Dec 19 03:08:08 2005 +0000
+++ b/mpegvideo.h	Mon Dec 19 13:41:27 2005 +0000
@@ -972,7 +972,7 @@
 
 /* rate control */
 int ff_rate_control_init(MpegEncContext *s);
-float ff_rate_estimate_qscale(MpegEncContext *s);
+float ff_rate_estimate_qscale(MpegEncContext *s, int dry_run);
 void ff_write_pass1_stats(MpegEncContext *s);
 void ff_rate_control_uninit(MpegEncContext *s);
 double ff_eval(char *s, double *const_value, const char **const_name,