提交 eb6fb058 编写于 作者: C Carl Eugen Hoyos

Remove useless comment.

Originally committed as revision 25129 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册