lavc/vp8dsp: remove RISC-V table alignment

These values are bytes and need not be aligned.
This commit is contained in:
Rémi Denis-Courmont 2024-11-16 08:58:35 +02:00
parent 690c015758
commit fd8cbfec3d
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ func ff_put_vp8_bilin\len\()_hv_rvv, zve32x
endfunc endfunc
.endr .endr
const subpel_filters const subpel_filters, align=0
.byte 0, -6, 123, 12, -1, 0 .byte 0, -6, 123, 12, -1, 0
.byte 2, -11, 108, 36, -8, 1 .byte 2, -11, 108, 36, -8, 1
.byte 0, -9, 93, 50, -6, 0 .byte 0, -9, 93, 50, -6, 0