This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit f74c551eaa62c96392d56f9e596b62a32de5b78c Author: Martin Storsjö <[email protected]> AuthorDate: Fri Jan 9 13:50:05 2026 +0200 Commit: Martin Storsjö <[email protected]> CommitDate: Fri Jan 30 05:21:27 2026 +0000 aarch64: Fix indentation of a few instructions This file is excempt from the indent checker script, as there are a few other bits in it that the script wants to reformat into slightly worse form, or which might not warrant being reformatted. But these instructions should indeed be indented this way. --- libavcodec/aarch64/h26x/qpel_neon.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/aarch64/h26x/qpel_neon.S b/libavcodec/aarch64/h26x/qpel_neon.S index f5aa266ab5..7901fedaf3 100644 --- a/libavcodec/aarch64/h26x/qpel_neon.S +++ b/libavcodec/aarch64/h26x/qpel_neon.S @@ -1511,7 +1511,7 @@ function ff_hevc_put_hevc_qpel_uni_v4_8_neon, export=1 .endm 1: calc_all .purgem calc -2: ret +2: ret endfunc function ff_hevc_put_hevc_qpel_uni_v6_8_neon, export=1 @@ -1540,7 +1540,7 @@ function ff_hevc_put_hevc_qpel_uni_v6_8_neon, export=1 .endm 1: calc_all .purgem calc -2: ret +2: ret endfunc function ff_hevc_put_hevc_qpel_uni_v8_8_neon, export=1 @@ -1567,7 +1567,7 @@ function ff_hevc_put_hevc_qpel_uni_v8_8_neon, export=1 .endm 1: calc_all .purgem calc -2: ret +2: ret endfunc function ff_hevc_put_hevc_qpel_uni_v12_8_neon, export=1 _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
