diff mpegvideo.h @ 1684:19e781619e3f libavcodec

stuffing to stay above min_bitrate
author michael
date Fri, 12 Dec 2003 21:30:47 +0000
parents 043b6d933fc6
children cdc3d4106fb6
line wrap: on
line diff
--- a/mpegvideo.h	Fri Dec 12 19:26:55 2003 +0000
+++ b/mpegvideo.h	Fri Dec 12 21:30:47 2003 +0000
@@ -897,6 +897,7 @@
                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 */