Commit b3f858b8 authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

libxvid: cosmetics: Realign the code

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f118b417
......@@ -372,8 +372,7 @@ static av_cold int xvid_encode_init(AVCodecContext *avctx) {
x->vop_flags = XVID_VOP_HALFPEL; /* Bare minimum quality */
if( xvid_flags & CODEC_FLAG_4MV )
x->vop_flags |= XVID_VOP_INTER4V; /* Level 3 */
if( avctx->trellis
)
if( avctx->trellis)
x->vop_flags |= XVID_VOP_TRELLISQUANT; /* Level 5 */
if( xvid_flags & CODEC_FLAG_AC_PRED )
x->vop_flags |= XVID_VOP_HQACPRED; /* Level 6 */
......
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