Fixes last failing fate test on x86_64

Signed-off-by: Michael Niedermayer <mich...@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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to