Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/2/head
Etienne Buira 14 years ago committed by Michael Niedermayer
parent 152d351944
commit 28768579aa
  1. 2
      libavcodec/libx264.c

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

Loading…
Cancel
Save