Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-09-21 23:47:16 +0400
committerAnton Khirnov <anton@khirnov.net>2013-03-11 01:19:52 +0400
commit98cec5c84feff34e04428de4a86836a83657ae5e (patch)
tree8df8fa0df9cbb134bc10d36a3e961f430d1d5762 /libavcodec/ratecontrol.h
parente2c297412066e25358741a234a1d936cb55cf139 (diff)
ratecontrol: remove an unused variable
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