mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
mp3enc: remove unused variable
This commit is contained in:
parent
5ff2c49501
commit
73ba2c1e62
@ -160,7 +160,7 @@ static int mp3_write_xing(AVFormatContext *s)
|
||||
int best_bitrate_idx;
|
||||
int best_bitrate_error= INT_MAX;
|
||||
int64_t xing_offset;
|
||||
int32_t mask, header;
|
||||
int32_t header;
|
||||
MPADecodeHeader c;
|
||||
int srate_idx, i, channels;
|
||||
int needed;
|
||||
|
Loading…
Reference in New Issue
Block a user