Commit 28768579 authored by Etienne Buira's avatar Etienne Buira Committed by Michael Niedermayer

Fix typo

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 152d3519
...@@ -200,7 +200,7 @@ static void check_default_settings(AVCodecContext *avctx) ...@@ -200,7 +200,7 @@ static void check_default_settings(AVCodecContext *avctx)
if (score >= 5) { if (score >= 5) {
av_log(avctx, AV_LOG_ERROR, "Default settings detected, using medium profile\n"); av_log(avctx, AV_LOG_ERROR, "Default settings detected, using medium profile\n");
x4->preset = av_strdup("medium"); x4->preset = av_strdup("medium");
if (avctx->bit_rate == 200*100) if (avctx->bit_rate == 200*1000)
avctx->crf = 23; avctx->crf = 23;
} }
} }
......
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