This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 25d703dd2ae7eec37bd4694851cf922780e49374 Author: Martin Storsjö <[email protected]> AuthorDate: Fri Apr 10 14:15:39 2026 +0300 Commit: Martin Storsjö <[email protected]> CommitDate: Wed Apr 29 13:49:27 2026 +0300 libavutil/arm: Fix indentation in asm.S --- libavutil/arm/asm.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavutil/arm/asm.S b/libavutil/arm/asm.S index e3a8c7f065..e8a9dabbca 100644 --- a/libavutil/arm/asm.S +++ b/libavutil/arm/asm.S @@ -138,8 +138,8 @@ ELF .size \name, . - \name #if !HAVE_ARMV6T2_EXTERNAL .macro movw rd, val - mov \rd, \val & 255 - orr \rd, \val & ~255 + mov \rd, \val & 255 + orr \rd, \val & ~255 .endm #endif _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
