提交 28768579 编写于 作者: E Etienne Buira 提交者: Michael Niedermayer

Fix typo

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 152d3519
......@@ -200,7 +200,7 @@ static void check_default_settings(AVCodecContext *avctx)
if (score >= 5) {
av_log(avctx, AV_LOG_ERROR, "Default settings detected, using medium profile\n");
x4->preset = av_strdup("medium");
if (avctx->bit_rate == 200*100)
if (avctx->bit_rate == 200*1000)
avctx->crf = 23;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册