mp3enc: remove unneeded ifdef

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-04-26 03:06:51 +02:00
parent 173c975ead
commit 7d62475656

View File

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