mirror of https://git.ffmpeg.org/ffmpeg.git
lavc/vp8dsp: remove RISC-V table alignment
These values are bytes and need not be aligned.
This commit is contained in:
parent
690c015758
commit
fd8cbfec3d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue