This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 59f8ff4c183d3d91156d9b1054b8e070dbbfd5fb Author: Andreas Rheinhardt <[email protected]> AuthorDate: Tue Feb 17 20:03:42 2026 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Sun Feb 22 00:57:56 2026 +0100 avcodec/x86/vvc/mc: Remove unused constants Also avoid overaligning .rodata. Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/vvc/mc.asm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavcodec/x86/vvc/mc.asm b/libavcodec/x86/vvc/mc.asm index a592218e96..539a5a4bb3 100644 --- a/libavcodec/x86/vvc/mc.asm +++ b/libavcodec/x86/vvc/mc.asm @@ -29,16 +29,14 @@ %define MAX_PB_SIZE 128 -SECTION_RODATA 32 +SECTION_RODATA %if ARCH_X86_64 %if HAVE_AVX2_EXTERNAL pw_0 times 2 dw 0 -pw_1 times 2 dw 1 pw_4 times 2 dw 4 -pw_12 times 2 dw 12 pw_256 times 2 dw 256 %macro AVG_JMP_TABLE 3-* _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
