This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit a619524605fcf2d8afe3f88ecab433c107fdad47 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Thu Oct 16 20:18:41 2025 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Wed Jul 1 20:00:46 2026 +0200 avcodec/x86/vc1dsp_mc: Don't xor unnecessarily m0 is not used at all in this function. Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/vc1dsp_mc.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/x86/vc1dsp_mc.asm b/libavcodec/x86/vc1dsp_mc.asm index 74510e218f..34b11d0e62 100644 --- a/libavcodec/x86/vc1dsp_mc.asm +++ b/libavcodec/x86/vc1dsp_mc.asm @@ -169,7 +169,6 @@ cglobal vc1_%2_hor_16b_shift2, 4, 5, 0, dst, stride, src, rnd, h LOAD_ROUNDER_MMX rndd mova m5, [pw_9] mova m6, [pw_128] - pxor m0, m0 .loop: mova m1, [srcq + 2 * 0] _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
