mp3enc: remove unused variable

pull/3/head
Paul B Mahol 13 years ago committed by Carl Eugen Hoyos
parent 5ff2c49501
commit 73ba2c1e62
  1. 2
      libavformat/mp3enc.c

@ -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…
Cancel
Save