mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-14 03:11:20 +00:00
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 {
|
||||
MP3Context *mp3 = s->priv_data;
|
||||
MPADecodeHeader c;
|
||||
#ifdef FILTER_VBR_HEADERS
|
||||
int base;
|
||||
#endif
|
||||
|
||||
ff_mpegaudio_decode_header(&c, AV_RB32(pkt->data));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user