[FFmpeg-devel] [PATCH 3/3] lavc/vp8dsp: remove RISC-V table alignment

Rémi Denis-Courmont remi at remlab.net
Sat Nov 16 09:00:17 EET 2024


These values are bytes and need not be aligned.
---
 libavcodec/riscv/vp8dsp_rvv.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/riscv/vp8dsp_rvv.S b/libavcodec/riscv/vp8dsp_rvv.S
index a8b3e239ba..a0548fbf0a 100644
--- a/libavcodec/riscv/vp8dsp_rvv.S
+++ b/libavcodec/riscv/vp8dsp_rvv.S
@@ -365,7 +365,7 @@ func ff_put_vp8_bilin\len\()_hv_rvv, zve32x
 endfunc
 .endr
 
-const subpel_filters
+const subpel_filters, align=0
         .byte 0,  -6, 123,  12,  -1, 0
         .byte 2, -11, 108,  36,  -8, 1
         .byte 0,  -9,  93,  50,  -6, 0
-- 
2.45.2



More information about the ffmpeg-devel mailing list