ratecontrol: remove an unused variable

pull/12/merge
Anton Khirnov 13 years ago
parent e2c2974120
commit 98cec5c84f
  1. 1
      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

Loading…
Cancel
Save