libxvid: cosmetics: Realign the code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f118b41759
commit
b3f858b829
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user