mp3enc: avoid ifdef

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2012-05-07 16:24:41 +02:00
parent 8da0a6cda1
commit f14f3bae6b
+1 -3
View File
@@ -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));