mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/asvenc: Remove unnecessary emms_c()
PixblockDSP does not use MMX functions any more since92b5800277
and FDCTDSP sinced402ec6be9
. BswapDSP never used MMX, so that the emms_c() here is unnecessary. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
83ae36287e
commit
e89b85a5e4
@ -300,7 +300,6 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
|
||||
encode_mb(a, a->block);
|
||||
}
|
||||
}
|
||||
emms_c();
|
||||
|
||||
if (avctx->codec_id == AV_CODEC_ID_ASV1)
|
||||
flush_put_bits(&a->pb);
|
||||
|
Loading…
Reference in New Issue
Block a user