diff mpegvideo.h @ 1683:043b6d933fc6 libavcodec

CBR improvements
author michael
date Fri, 12 Dec 2003 19:26:55 +0000
parents 30746f429df6
children 19e781619e3f
line wrap: on
line diff
--- a/mpegvideo.h	Fri Dec 12 16:56:38 2003 +0000
+++ b/mpegvideo.h	Fri Dec 12 19:26:55 2003 +0000
@@ -93,7 +93,7 @@
     FILE *stats_file;
     int num_entries;              ///< number of RateControlEntries 
     RateControlEntry *entry;
-    int buffer_index;             ///< amount of bits in the video/audio buffer 
+    double buffer_index;          ///< amount of bits in the video/audio buffer 
     Predictor pred[5];
     double short_term_qsum;       ///< sum of recent qscales 
     double short_term_qcount;     ///< count of recent qscales