Commit 98cec5c8 authored by Anton Khirnov's avatar Anton Khirnov

ratecontrol: remove an unused variable

parent e2c29741
...@@ -61,7 +61,6 @@ typedef struct RateControlEntry{ ...@@ -61,7 +61,6 @@ typedef struct RateControlEntry{
* rate control context. * rate control context.
*/ */
typedef struct RateControlContext{ typedef struct RateControlContext{
FILE *stats_file;
int num_entries; ///< number of RateControlEntries int num_entries; ///< number of RateControlEntries
RateControlEntry *entry; RateControlEntry *entry;
double buffer_index; ///< amount of bits in the video/audio buffer double buffer_index; ///< amount of bits in the video/audio buffer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment