diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-11 11:47:29 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-11 11:47:29 +0000 |
commit | 073f6d5b96648d00d9e7af376c558bc85d308748 (patch) | |
tree | b143b69231100b85641d974a356eb072608987f4 /libavcodec/ratecontrol.h | |
parent | 5fccafdbc16560e2d62aa40003b7639f2bbc4b29 (diff) | |
download | ffmpeg-073f6d5b96648d00d9e7af376c558bc85d308748.tar.gz |
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.h | 2 |
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; |