diff --git a/libavcodec/x86/pngdsp.asm b/libavcodec/x86/pngdsp.asm index efaf652cd4..10a1fd648b 100644 --- a/libavcodec/x86/pngdsp.asm +++ b/libavcodec/x86/pngdsp.asm @@ -151,6 +151,7 @@ cglobal add_png_paeth_prediction, 5, 7, %1, dst, src, top, w, bpp, end, cntr dec cntrq jge .bpp_loop POP dstq + emms RET %endmacro