Commit 7d624756 authored by Michael Niedermayer's avatar Michael Niedermayer

mp3enc: remove unneeded ifdef

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 173c975e
......@@ -412,9 +412,7 @@ static int mp3_write_packet(AVFormatContext *s, AVPacket *pkt)
else {
MP3Context *mp3 = s->priv_data;
MPADecodeHeader c;
#ifdef FILTER_VBR_HEADERS
int base;
#endif
ff_mpegaudio_decode_header(&c, AV_RB32(pkt->data));
......
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