ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | Tue Jul 23 16:04:15 2024 +0300| [4acb9b7d1046944345ae506165fb55883d04d8a6] | committer: Martin Storsjö
aarch64: vvc: Fix unnecessary extra spaces Signed-off-by: Martin Storsjö <mar...@martin.st> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4acb9b7d1046944345ae506165fb55883d04d8a6 --- libavcodec/aarch64/vvc/alf.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/aarch64/vvc/alf.S b/libavcodec/aarch64/vvc/alf.S index eec193302a..c624093640 100644 --- a/libavcodec/aarch64/vvc/alf.S +++ b/libavcodec/aarch64/vvc/alf.S @@ -263,7 +263,7 @@ .endm function ff_alf_filter_luma_kernel_8_neon, export=1 - alf_filter_luma_kernel 1 + alf_filter_luma_kernel 1 endfunc function ff_alf_filter_luma_kernel_12_neon, export=1 @@ -274,11 +274,11 @@ endfunc function ff_alf_filter_luma_kernel_10_neon, export=1 mov w5, #1023 1: - alf_filter_luma_kernel 2 + alf_filter_luma_kernel 2 endfunc function ff_alf_filter_chroma_kernel_8_neon, export=1 - alf_filter_chroma_kernel 1 + alf_filter_chroma_kernel 1 endfunc function ff_alf_filter_chroma_kernel_12_neon, export=1 @@ -289,5 +289,5 @@ endfunc function ff_alf_filter_chroma_kernel_10_neon, export=1 mov w5, #1023 1: - alf_filter_chroma_kernel 2 + alf_filter_chroma_kernel 2 endfunc _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".