mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-30 19:32:13 +00:00
dsputilenc_mmx: Merge two assignment blocks with identical conditions
This commit is contained in:
parent
945673f792
commit
6a8b35dc88
@ -981,9 +981,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;
|
||||
|
Loading…
Reference in New Issue
Block a user