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

Git pushed a commit to branch master
in repository ffmpeg.

commit b122b918eb8a7b0d1966da33e5f340f5281b8d89
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Sun Oct 12 15:14:37 2025 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Wed Jul 1 20:00:46 2026 +0200

    avcodec/x86/vc1dsp_mc: Remove unnecessary movsxdifnidn
    
    Forgotten in 5a49097b42cbc3eab888d15a91eeaf5520b5c381
    merging Libav commit 2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428
    (which changed the stride to ptrdiff_t).
    
    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 c1b3ed1bc3..b5f6bcec9b 100644
--- a/libavcodec/x86/vc1dsp_mc.asm
+++ b/libavcodec/x86/vc1dsp_mc.asm
@@ -194,7 +194,6 @@ HOR_16B_SHIFT2 OP_AVG, avg
 %endif ; HAVE_MMX_INLINE
 
 %macro INV_TRANS_INIT 0
-    movsxdifnidn linesizeq, linesized
     movd       m0, blockd
     SPLATW     m0, m0
     pxor       m1, m1

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

Reply via email to