diff ratecontrol.h @ 11596:e22a96273dc4 libavcodec

Rename AVEvalExpr to AVExpr, as suggested by Michael. The new name is shorter and less confusing.
author stefano
date Sun, 11 Apr 2010 11:47:29 +0000
parents e9d9d946f213
children 7dd2a45249a9
line wrap: on
line diff
--- a/ratecontrol.h	Sun Apr 11 11:47:24 2010 +0000
+++ b/ratecontrol.h	Sun Apr 11 11:47:29 2010 +0000
@@ -84,7 +84,7 @@
     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;
+    AVExpr * rc_eq_eval;
 }RateControlContext;
 
 struct MpegEncContext;