This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 405465700cf8fd529f2dbbc0317eab6a9ede23f2 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Wed Apr 1 22:54:51 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Thu Apr 30 10:39:33 2026 +0200 avcodec/x86/qpeldsp: Don't allocate stack unnecessarily Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/qpeldsp.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/qpeldsp.asm b/libavcodec/x86/qpeldsp.asm index bb7654f27f..fd97b71134 100644 --- a/libavcodec/x86/qpeldsp.asm +++ b/libavcodec/x86/qpeldsp.asm @@ -307,7 +307,7 @@ MPEG4_QPEL16_H_LOWPASS put_no_rnd %macro MPEG4_QPEL8_H_LOWPASS 1 -cglobal %1_mpeg4_qpel8_h_lowpass, 5, 5, 0, 8 +cglobal %1_mpeg4_qpel8_h_lowpass, 5, 5, 0 pxor m7, m7 .loop: mova m0, [r1] _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
