[FFmpeg-cvslog] avcodec/asvenc: Remove unnecessary emms_c()

Andreas Rheinhardt git at videolan.org
Sat Oct 8 01:46:27 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Oct  5 03:20:00 2022 +0200| [e89b85a5e49bbe793c8ab49a11a039444ef92e7f] | committer: Andreas Rheinhardt

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 at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e89b85a5e49bbe793c8ab49a11a039444ef92e7f
---

 libavcodec/asvenc.c | 1 -
 1 file changed, 1 deletion(-)

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);



More information about the ffmpeg-cvslog mailing list