You've already forked FFmpeg
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:
@@ -163,6 +163,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
|
||||
|
||||
|
Reference in New Issue
Block a user