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:
parent
e2c2974120
commit
98cec5c84f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user