Commit 55f53f6c authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '6a8b35dc'

* commit '6a8b35dc':
  dsputilenc_mmx: Merge two assignment blocks with identical conditions
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents fdf4eb79 6a8b35dc
......@@ -982,9 +982,6 @@ av_cold void ff_dsputilenc_init_mmx(DSPContext *c, AVCodecContext *avctx)
c->nsse[1] = nsse8_mmx;
if(!(avctx->flags & CODEC_FLAG_BITEXACT)){
c->vsad[0] = vsad16_mmx;
}
if(!(avctx->flags & CODEC_FLAG_BITEXACT)){
c->try_8x8basis= try_8x8basis_mmx;
}
c->add_8x8basis= add_8x8basis_mmx;
......
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