This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit a51f4456c84c923983873beb81dd88ded7c71226 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Mon Aug 24 00:23:30 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Thu Aug 27 00:51:10 2026 +0200 avcodec/x86/h264_deblock: Remove redundant rederiving of stride3 It was stored in a nonvolatile register. Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/h264_deblock.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/x86/h264_deblock.asm b/libavcodec/x86/h264_deblock.asm index 8987455d21..f359b59a36 100644 --- a/libavcodec/x86/h264_deblock.asm +++ b/libavcodec/x86/h264_deblock.asm @@ -810,7 +810,6 @@ cglobal deblock_h_luma_intra_8, 2,4,8,0x80, pix, stride, pix3, stride3 mov pixd, pixm ADD esp, 16 - lea stride3d, [strided*3] sub pixd, 4 lea pix3d, [pixd+stride3d] %endif -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
