You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
mp3enc: remove unused variable
This commit is contained in:
committed by
Carl Eugen Hoyos
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;
|
||||
|
Reference in New Issue
Block a user