summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ratecontrol.h')
-rw-r--r--libavcodec/ratecontrol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h
index c0e05ccf18..63ebeb2586 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