Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Etienne Buira 2011-05-26 21:00:37 +02:00 committed by Michael Niedermayer
parent 152d351944
commit 28768579aa
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}