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

Git pushed a commit to branch master
in repository ffmpeg.

commit 963ea707e3ac34a16c5291aa8e153eafdd92855b
Author:     Martin Storsjö <[email protected]>
AuthorDate: Fri Apr 10 12:08:05 2026 +0300
Commit:     Martin Storsjö <[email protected]>
CommitDate: Wed Apr 29 13:53:07 2026 +0300

    arm/rv40dsp: Add * on comment continuation lines in prototypes
    
    This avoids that the assembly indenter script tries to indent these
    lines as assembly code.
---
 libavcodec/arm/rv40dsp_neon.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/arm/rv40dsp_neon.S b/libavcodec/arm/rv40dsp_neon.S
index 099f88c092..3c3448c618 100644
--- a/libavcodec/arm/rv40dsp_neon.S
+++ b/libavcodec/arm/rv40dsp_neon.S
@@ -687,7 +687,7 @@ endfunc
 .endm
 
 /* void ff_rv40_weight_func_16_neon(uint8_t *dst, uint8_t *src1, uint8_t *src2,
-                                    int w1, int w2, int stride) */
+ *                                  int w1, int w2, int stride) */
 function ff_rv40_weight_func_16_neon, export=1
         ldr             r12, [sp]
         vmov            d0,  r3,  r12
@@ -704,7 +704,7 @@ function ff_rv40_weight_func_16_neon, export=1
 endfunc
 
 /* void ff_rv40_weight_func_8_neon(uint8_t *dst, uint8_t *src1, uint8_t *src2,
-                                   int w1, int w2, int stride) */
+ *                                 int w1, int w2, int stride) */
 function ff_rv40_weight_func_8_neon, export=1
         ldr             r12, [sp]
         vmov            d0,  r3,  r12

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

Reply via email to