mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 09:59:50 +00:00
revert incorrect change
Originally committed as revision 4683 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
af8aa846fa
commit
68dce79b00
@ -150,7 +150,7 @@ X264_init(AVCodecContext *avctx)
|
||||
|
||||
if(avctx->flags & CODEC_FLAG_QSCALE && avctx->global_quality > 0)
|
||||
x4->params.rc.i_qp_constant =
|
||||
12 + 6 * av_log2((double) avctx->global_quality / FF_QP2LAMBDA);
|
||||
12 + 6 * log2((double) avctx->global_quality / FF_QP2LAMBDA);
|
||||
|
||||
x4->params.i_width = avctx->width;
|
||||
x4->params.i_height = avctx->height;
|
||||
|
Loading…
Reference in New Issue
Block a user