diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-12-12 21:30:47 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-12-12 21:30:47 +0000 |
commit | 11dffbe1dac97a475d36706bd65a469342ba5793 (patch) | |
tree | 8a836f70eac084795cbf314cdbd538ec7f9a7c2f /libavcodec/mpegvideo.h | |
parent | fb0666392c0f90eeed96ff39d19ff19554e22ffc (diff) | |
download | ffmpeg-11dffbe1dac97a475d36706bd65a469342ba5793.tar.gz |
stuffing to stay above min_bitrate
Originally committed as revision 2602 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 c47159d77c..f7d89f5eba 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -897,6 +897,7 @@ double ff_eval(char *s, double *const_value, const char **const_name, double (**func1)(void *, double), const char **func1_name, double (**func2)(void *, double, double), char **func2_name, void *opaque); +int ff_vbv_update(MpegEncContext *s, int frame_size); #endif /* AVCODEC_MPEGVIDEO_H */ |