diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-09-21 21:47:16 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-10 22:19:52 +0100 |
commit | 98cec5c84feff34e04428de4a86836a83657ae5e (patch) | |
tree | 8df8fa0df9cbb134bc10d36a3e961f430d1d5762 | |
parent | e2c297412066e25358741a234a1d936cb55cf139 (diff) | |
download | ffmpeg-98cec5c84feff34e04428de4a86836a83657ae5e.tar.gz |
ratecontrol: remove an unused variable
-rw-r--r-- | libavcodec/ratecontrol.h | 1 |
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 |