1
0
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:
Paul B Mahol
2011-12-30 19:42:59 +01:00
committed by Carl Eugen Hoyos
parent 5ff2c49501
commit 73ba2c1e62

View File

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