aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/asvenc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-05 03:20:00 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-08 00:09:35 +0200
commite89b85a5e49bbe793c8ab49a11a039444ef92e7f (patch)
treee57106ddb32c9fcb3143ea1af8c06dcd08e953ed /libavcodec/asvenc.c
parent83ae36287e9e087023406012cc16a56135ea6449 (diff)
downloadffmpeg-e89b85a5e49bbe793c8ab49a11a039444ef92e7f.tar.gz
avcodec/asvenc: Remove unnecessary emms_c()
PixblockDSP does not use MMX functions any more since 92b58002776edd3a3df03c90e8a3ab24b8f987de and FDCTDSP since d402ec6be99dc82e263bad883e7c1c3d957343db. BswapDSP never used MMX, so that the emms_c() here is unnecessary. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/asvenc.c')
-rw-r--r--libavcodec/asvenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/asvenc.c b/libavcodec/asvenc.c
index e185d501b3..9da7cbb986 100644
--- a/libavcodec/asvenc.c
+++ b/libavcodec/asvenc.c
@@ -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);