[FFmpeg-cvslog] Fix typo
Etienne Buira
git at videolan.org
Fri May 27 05:42:17 CEST 2011
ffmpeg | branch: master | Etienne Buira <etienne.buira.lists at free.fr> | Thu May 26 21:00:37 2011 +0200| [28768579aafd31acc74b6534dbc3ed91548afe83] | committer: Michael Niedermayer
Fix typo
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=28768579aafd31acc74b6534dbc3ed91548afe83
---
libavcodec/libx264.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 7a58f2b..a45789d 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;
}
}
More information about the ffmpeg-cvslog
mailing list