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

Andreas Rheinhardt git at videolan.org
Sun Oct 9 20:41:07 EEST 2022


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

avcodec/ljpegenc: Remove unnecessary emms_c()

This encoder does not use any DSP function at all.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

 libavcodec/ljpegenc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/ljpegenc.c b/libavcodec/ljpegenc.c
index 4b88218990..81c52a7c78 100644
--- a/libavcodec/ljpegenc.c
+++ b/libavcodec/ljpegenc.c
@@ -248,8 +248,6 @@ static int ljpeg_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
     if (ret < 0)
         return ret;
 
-    emms_c();
-
     ff_mjpeg_escape_FF(&pb, header_bits >> 3);
     ff_mjpeg_encode_picture_trailer(&pb, header_bits);
 



More information about the ffmpeg-cvslog mailing list