From 98cec5c84feff34e04428de4a86836a83657ae5e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 21 Sep 2011 21:47:16 +0200 Subject: ratecontrol: remove an unused variable --- libavcodec/ratecontrol.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/ratecontrol.h') 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 -- cgit v1.2.3