1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

ratecontrol: remove an unused variable

This commit is contained in:
Anton Khirnov 2011-09-21 21:47:16 +02:00
parent e2c2974120
commit 98cec5c84f

View File

@ -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