Commit f14f3bae authored by Michael Niedermayer's avatar Michael Niedermayer

mp3enc: avoid ifdef

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8da0a6cd
......@@ -273,9 +273,7 @@ static int mp3_write_packet_internal(AVFormatContext *s, AVPacket *pkt)
else {
MP3Context *mp3 = s->priv_data;
MPADecodeHeader c;
#ifdef FILTER_VBR_HEADERS
int base;
#endif
int av_unused base;
avpriv_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