]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ratecontrol.h
configure: Suppress "potentially uninitialized variable" warnings from MSVC
[ffmpeg] / libavcodec / ratecontrol.h
index c0e05ccf18d5d7cb665fe0bf4aeddd2fc629cbc9..63ebeb25864897bbd69c588164f02e152c94dfa5 100644 (file)
@@ -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