avcodec/jpeglsenc: Remove unnecessary emms_c()

This encoder does not use any MMX anywhere.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-08-22 00:09:05 +02:00
parent da0e7c3b67
commit 73f024aa58
1 changed files with 0 additions and 2 deletions

View File

@ -413,8 +413,6 @@ static int encode_picture_ls(AVCodecContext *avctx, AVPacket *pkt,
/* End of image */
put_marker_byteu(&pb, EOI);
emms_c();
av_shrink_packet(pkt, bytestream2_tell_p(&pb));
*got_packet = 1;
return 0;