summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-03-19 11:49:37 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-03-19 11:49:37 +0000
commit83378d0de520b27ee161e95fb50d385da7fb9cc1 (patch)
tree413438033ead040f93611d0712b50a7c8ddf112a /libavcodec/mpegvideo.h
parentdc8b01d166ea574633221a54558b888218aab19e (diff)
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.h1
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;
/**