summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-04-11 11:47:29 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-04-11 11:47:29 +0000
commit073f6d5b96648d00d9e7af376c558bc85d308748 (patch)
treeb143b69231100b85641d974a356eb072608987f4 /libavcodec/ratecontrol.h
parent5fccafdbc16560e2d62aa40003b7639f2bbc4b29 (diff)
Rename AVEvalExpr to AVExpr, as suggested by Michael.
The new name is shorter and less confusing. Originally committed as revision 22833 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ratecontrol.h')
-rw-r--r--libavcodec/ratecontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h
index 5673750e83..276f976cd1 100644
--- a/libavcodec/ratecontrol.h
+++ b/libavcodec/ratecontrol.h
@@ -84,7 +84,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;
+ AVExpr * rc_eq_eval;
}RateControlContext;
struct MpegEncContext;