Commit eb6fb058 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Remove useless comment.

Originally committed as revision 25129 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5a901737
......@@ -61,7 +61,6 @@ static av_cold int MP3lame_encode_init(AVCodecContext *avctx)
if(avctx->flags & CODEC_FLAG_QSCALE) {
lame_set_brate(s->gfp, 0);
lame_set_VBR(s->gfp, vbr_default);
/* requires lame 3.98 or later */
lame_set_VBR_quality(s->gfp, avctx->global_quality/(float)FF_QP2LAMBDA);
}
lame_set_bWriteVbrTag(s->gfp,0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment