1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-10-06 05:47:18 +02:00

avcodec/x86/pngdsp: add missing emms at the end of add_png_paeth_prediction

Fixes unpredictable behavior with floats.

Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit 57a29f2e7d)
This commit is contained in:
James Almer
2025-09-15 22:18:52 -03:00
parent 3b884fdebb
commit 9e2cad409b

View File

@@ -163,6 +163,7 @@ cglobal add_png_paeth_prediction, 5, 7, %1, dst, src, top, w, bpp, end, cntr
dec cntrq dec cntrq
jge .bpp_loop jge .bpp_loop
POP dstq POP dstq
emms
RET RET
%endmacro %endmacro