Mercurial > libavcodec.hg
changeset 2569:980f66959698 libavcodec
indentation fix
author | mru |
---|---|
date | Sat, 19 Mar 2005 12:30:01 +0000 |
parents | f06d5bf3da71 |
children | 682c57163e60 |
files | x264.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/x264.c Sat Mar 19 12:27:10 2005 +0000 +++ b/x264.c Sat Mar 19 12:30:01 2005 +0000 @@ -136,8 +136,8 @@ x4->params.rc.i_rc_buffer_size = avctx->rc_buffer_size / 1000; if(avctx->rc_buffer_size) x4->params.rc.b_cbr = 1; - x4->params.i_bframe = avctx->max_b_frames; - x4->params.b_cabac = avctx->coder_type == FF_CODER_TYPE_AC; + x4->params.i_bframe = avctx->max_b_frames; + x4->params.b_cabac = avctx->coder_type == FF_CODER_TYPE_AC; x4->params.rc.i_qp_min = avctx->qmin; x4->params.rc.i_qp_max = avctx->qmax;