[FFmpeg-devel] [PATCH 13/13] avcodec/interplayvideo: Clear MMX state after ipvideo_decode_opcodes()

Michael Niedermayer michael at niedermayer.cc
Sat Oct 22 22:02:11 EEST 2016


Fixes last failing fate test on x86_64

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 libavcodec/interplayvideo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c
index aa03015..66f6d23 100644
--- a/libavcodec/interplayvideo.c
+++ b/libavcodec/interplayvideo.c
@@ -1021,6 +1021,7 @@ static int ipvideo_decode_frame(AVCodecContext *avctx,
     }
 
     ipvideo_decode_opcodes(s, frame);
+    emms_c();
 
     *got_frame = 1;
 
-- 
2.10.1



More information about the ffmpeg-devel mailing list