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

Git pushed a commit to branch master
in repository ffmpeg.

commit d3bd1318b3ef38c34af52ee65fedc27e183f06d9
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Thu Nov 6 11:25:34 2025 +0100
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Thu Apr 30 10:39:32 2026 +0200

    avcodec/x86/qpeldsp: Don't zero unnecessarily
    
    This value is write-only.
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/x86/qpeldsp.asm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/x86/qpeldsp.asm b/libavcodec/x86/qpeldsp.asm
index 644157349a..f1504b14fc 100644
--- a/libavcodec/x86/qpeldsp.asm
+++ b/libavcodec/x86/qpeldsp.asm
@@ -427,7 +427,6 @@ cglobal %1_mpeg4_qpel16_v_lowpass, 4, 6, 0, 544
     mov          r1, r0
     mov          r5, rsp
 .loopv:
-    pxor         m7, m7
     mova         m0, [r5+ 0x0]
     mova         m1, [r5+ 0x8]
     mova         m2, [r5+0x10]
@@ -509,7 +508,6 @@ cglobal %1_mpeg4_qpel8_v_lowpass, 4, 6, 0, 288
     mov          r1, r0
     mov          r5, rsp
 .loopv:
-    pxor         m7, m7
     mova         m0, [r5+ 0x0]
     mova         m1, [r5+ 0x8]
     mova         m2, [r5+0x10]

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

Reply via email to