This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 7eaeb5ab4a4e56706f5cf2ba5e7f60e126caeb39 Author: Martin Storsjö <[email protected]> AuthorDate: Fri Apr 10 11:56:53 2026 +0300 Commit: Martin Storsjö <[email protected]> CommitDate: Wed Apr 29 13:49:27 2026 +0300 arm: Fix indentation of stray individual misaligned instructions --- libavcodec/arm/hevcdsp_idct_neon.S | 2 +- libavcodec/arm/hpeldsp_arm.S | 2 +- libavcodec/arm/sbcdsp_neon.S | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/arm/hevcdsp_idct_neon.S b/libavcodec/arm/hevcdsp_idct_neon.S index 8942a413d2..0558107f98 100644 --- a/libavcodec/arm/hevcdsp_idct_neon.S +++ b/libavcodec/arm/hevcdsp_idct_neon.S @@ -385,7 +385,7 @@ function ff_hevc_idct_4x4_\bitdepth\()_neon, export=1 tr_4x4 d16, d17, d18, d19, d0, d1, d2, d3, 20 - \bitdepth, q10, q11, q12, q13, q0 transpose_4x4 q0, q1, d0, d1, d2, d3 vst1.s16 {d0-d3}, [r0, :128] - bx lr + bx lr endfunc .endm diff --git a/libavcodec/arm/hpeldsp_arm.S b/libavcodec/arm/hpeldsp_arm.S index 6f3e3fb0d1..fa7abc7cd2 100644 --- a/libavcodec/arm/hpeldsp_arm.S +++ b/libavcodec/arm/hpeldsp_arm.S @@ -85,7 +85,7 @@ beq 2f subs \tmp, \tmp, #1 beq 3f - b 4f + b 4f .endm @ ---------------------------------------------------------------- diff --git a/libavcodec/arm/sbcdsp_neon.S b/libavcodec/arm/sbcdsp_neon.S index 914abfb6cc..2e3f84cbf7 100644 --- a/libavcodec/arm/sbcdsp_neon.S +++ b/libavcodec/arm/sbcdsp_neon.S @@ -670,7 +670,7 @@ function ff_sbc_enc_process_input_8s_neon, export=1 vst1.16 {d16, d17, d18, d19}, [r7, :128] subs r3, r3, #16 bgt 1b - b 9f + b 9f 7: @ proper 'pcm' alignment vld1.8 {d0, d1, d2, d3}, [r5, :128] _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
