[FFmpeg-cvslog] mp3enc: remove unneeded ifdef
Michael Niedermayer
git at videolan.org
Sat May 7 04:07:34 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Apr 26 03:06:51 2011 +0200| [7d62475656af60a061b5186b96a519e4aeac892a] | committer: Michael Niedermayer
mp3enc: remove unneeded ifdef
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d62475656af60a061b5186b96a519e4aeac892a
---
libavformat/mp3enc.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libavformat/mp3enc.c b/libavformat/mp3enc.c
index 731937f..6d66524 100644
--- a/libavformat/mp3enc.c
+++ b/libavformat/mp3enc.c
@@ -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));
More information about the ffmpeg-cvslog
mailing list