From bb0f1ea72fc046c4203909ff04cd682dbc8cab23 Mon Sep 17 00:00:00 2001 From: Oded Shimon Date: Fri, 27 Oct 2006 20:16:26 +0000 Subject: update ratecontrol to new ff_eval API Originally committed as revision 6808 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ratecontrol.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/ratecontrol.h') diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h index 33e1d215b7..c428923a5d 100644 --- a/libavcodec/ratecontrol.h +++ b/libavcodec/ratecontrol.h @@ -28,6 +28,8 @@ * ratecontrol header. */ +#include "eval.h" + typedef struct Predictor{ double coeff; double count; @@ -80,6 +82,7 @@ typedef struct RateControlContext{ void *non_lavc_opaque; ///< context for non lavc rc code (for example xvid) float dry_run_qscale; ///< for xvid rc int last_picture_number; ///< for xvid rc + AVEvalExpr * rc_eq_eval; }RateControlContext; struct MpegEncContext; -- cgit v1.2.3