summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ratecontrol.h')
-rw-r--r--libavcodec/ratecontrol.h3
1 files changed, 3 insertions, 0 deletions
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;