From 28768579aafd31acc74b6534dbc3ed91548afe83 Mon Sep 17 00:00:00 2001 From: Etienne Buira Date: Thu, 26 May 2011 21:00:37 +0200 Subject: [PATCH] Fix typo Signed-off-by: Michael Niedermayer --- libavcodec/libx264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 7a58f2b6e..a45789db6 100644 --- a/libavcodec/libx264.c +++ b/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; } } -- 2.11.0