You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/ljpegenc: Remove unnecessary emms_c()
This encoder does not use any DSP function at all. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user