diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-03-19 11:49:37 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-03-19 11:49:37 +0000 |
commit | 83378d0de520b27ee161e95fb50d385da7fb9cc1 (patch) | |
tree | 413438033ead040f93611d0712b50a7c8ddf112a /libavcodec/mpegvideo.h | |
parent | dc8b01d166ea574633221a54558b888218aab19e (diff) | |
download | ffmpeg-83378d0de520b27ee161e95fb50d385da7fb9cc1.tar.gz |
various fixes for xvid_rc
Originally committed as revision 5182 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 888b0b6086..c5b1fc0c6b 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -123,6 +123,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 }RateControlContext; /** |