Commit 4f873bca authored by mru's avatar mru

indentation fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4058 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 546469d0
...@@ -136,8 +136,8 @@ X264_init(AVCodecContext *avctx) ...@@ -136,8 +136,8 @@ X264_init(AVCodecContext *avctx)
x4->params.rc.i_rc_buffer_size = avctx->rc_buffer_size / 1000; x4->params.rc.i_rc_buffer_size = avctx->rc_buffer_size / 1000;
if(avctx->rc_buffer_size) if(avctx->rc_buffer_size)
x4->params.rc.b_cbr = 1; x4->params.rc.b_cbr = 1;
x4->params.i_bframe = avctx->max_b_frames; x4->params.i_bframe = avctx->max_b_frames;
x4->params.b_cabac = avctx->coder_type == FF_CODER_TYPE_AC; x4->params.b_cabac = avctx->coder_type == FF_CODER_TYPE_AC;
x4->params.rc.i_qp_min = avctx->qmin; x4->params.rc.i_qp_min = avctx->qmin;
x4->params.rc.i_qp_max = avctx->qmax; x4->params.rc.i_qp_max = avctx->qmax;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment