This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit b1d6f31d65af457f5a7cc4057ded743ff33e3e4a
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Thu Mar 19 11:44:16 2026 +0100
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Mon Mar 30 13:51:53 2026 +0200

    avcodec/x86/vvc/alf: Use correct shift amount
    
    Fixes a bug in 94f9ad8061371d1ac946beed42db49d5d2fe2499.
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/x86/vvc/alf.asm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/x86/vvc/alf.asm b/libavcodec/x86/vvc/alf.asm
index 1ee1f483de..d8b3bf1173 100644
--- a/libavcodec/x86/vvc/alf.asm
+++ b/libavcodec/x86/vvc/alf.asm
@@ -794,7 +794,7 @@ cglobal vvc_alf_classify_grad_%1bpc, 6, 14, 12, 
gradient_sum, src, src_stride, w
 %if ps != 1
     vpsrlvd           m0, m0, m5
 %else
-    psrld             m0, 8
+    psrld             m0, 7
 %endif
     pminsd            m0, [dd15]
     movu              m6, [ARG_VAR_SHUFFE]

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to