X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fratecontrol.h;h=63ebeb25864897bbd69c588164f02e152c94dfa5;hb=b0bfd09f88da8b7c7666faf0ac7d5e74559dba9f;hp=c0e05ccf18d5d7cb665fe0bf4aeddd2fc629cbc9;hpb=7181c4edee636beaf520344766ae5bd8a9d9d15a;p=ffmpeg diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h index c0e05ccf18d..63ebeb25864 100644 --- a/libavcodec/ratecontrol.h +++ b/libavcodec/ratecontrol.h @@ -61,7 +61,6 @@ typedef struct RateControlEntry{ * rate control context. */ typedef struct RateControlContext{ - FILE *stats_file; int num_entries; ///< number of RateControlEntries RateControlEntry *entry; double buffer_index; ///< amount of bits in the video/audio buffer