ratecontrol: remove an unused variable

This commit is contained in:
Anton Khirnov 2011-09-21 21:47:16 +02:00
parent e2c2974120
commit 98cec5c84f
1 changed files with 0 additions and 1 deletions

View 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