This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 946e80fde76650ddd42a17a3cac48f3a288ff3a0 Author: Martin Storsjö <[email protected]> AuthorDate: Fri Apr 10 15:08:09 2026 +0300 Commit: Martin Storsjö <[email protected]> CommitDate: Wed Apr 29 13:49:27 2026 +0300 libswscale/arm: Lowercase the "LSL" keyword --- libswscale/arm/rgb2yuv_neon_common.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libswscale/arm/rgb2yuv_neon_common.S b/libswscale/arm/rgb2yuv_neon_common.S index ca7d13063f..c0a7bb6716 100644 --- a/libswscale/arm/rgb2yuv_neon_common.S +++ b/libswscale/arm/rgb2yuv_neon_common.S @@ -112,7 +112,7 @@ function \s_fmt\()_to_\d_fmt\()_neon_\precision, export=1 sub y_padding, y_stride, width sub c_padding, c_stride, width - sub src_padding, src_stride, width, LSL #2 + sub src_padding, src_stride, width, lsl #2 add y0_end, y0, width and header, width, #15 @@ -202,7 +202,7 @@ endfunc vld4.8 {\a\()8x16_l, \b\()8x16_l, \c\()8x16_l, \d\()8x16_l}, [\src]! vld4.8 {\a\()8x16_h, \b\()8x16_h, \c\()8x16_h, \d\()8x16_h}, [\src] sub \src, \src, #32 - add \src, \src, \count, LSL #2 + add \src, \src, \count, lsl #2 .endif .endm _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
