mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Fix typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
152d351944
commit
28768579aa
@ -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…
Reference in New Issue
Block a user