You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/asvenc: Remove unnecessary emms_c()
PixblockDSP does not use MMX functions any more since92b5800277
and FDCTDSP sinced402ec6be9
. BswapDSP never used MMX, so that the emms_c() here is unnecessary. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user