mp3enc: remove unneeded ifdef
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
173c975ead
commit
7d62475656
@ -412,9 +412,7 @@ static int mp3_write_packet(AVFormatContext *s, AVPacket *pkt)
|
|||||||
else {
|
else {
|
||||||
MP3Context *mp3 = s->priv_data;
|
MP3Context *mp3 = s->priv_data;
|
||||||
MPADecodeHeader c;
|
MPADecodeHeader c;
|
||||||
#ifdef FILTER_VBR_HEADERS
|
|
||||||
int base;
|
int base;
|
||||||
#endif
|
|
||||||
|
|
||||||
ff_mpegaudio_decode_header(&c, AV_RB32(pkt->data));
|
ff_mpegaudio_decode_header(&c, AV_RB32(pkt->data));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user