]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ratecontrol.h
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / ratecontrol.h
index 6cd4a1801009f68395dbdf1d691bf4c77125fc16..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
@@ -102,4 +101,3 @@ void ff_xvid_rate_control_uninit(struct MpegEncContext *s);
 float ff_xvid_rate_estimate_qscale(struct MpegEncContext *s, int dry_run);
 
 #endif /* AVCODEC_RATECONTROL_H */
-