Commit 73ba2c1e authored by Paul B Mahol's avatar Paul B Mahol Committed by Carl Eugen Hoyos

mp3enc: remove unused variable

parent 5ff2c495
......@@ -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;
......
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