Signed-off-by: Michael Niedermayer <[email protected]>
---
libavcodec/error_resilience.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c
index 2790599..83b5c92 100644
--- a/libavcodec/error_resilience.c
+++ b/libavcodec/error_resilience.c
@@ -1187,6 +1187,8 @@ void ff_er_frame_end(ERContext *s)
} else
guess_mv(s);
+ emms_c();
+
/* the filters below manipulate raw image, skip them */
if (CONFIG_XVMC && s->avctx->hwaccel && s->avctx->hwaccel->decode_mb)
goto ec_clean;
--
2.10.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel