mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 07:42:51 +00:00
lavc/h264dsp: remove RISC-V table alignment
These values are bytes and need not be aligned.
This commit is contained in:
parent
1d55f54846
commit
690c015758
@ -542,7 +542,7 @@ func ff_h264_idct8_dc_add_\depth\()_rvv, zve64x
|
||||
endfunc
|
||||
.endr
|
||||
|
||||
const ff_h264_scan8
|
||||
const ff_h264_scan8, align=0
|
||||
.byte 014, 015, 024, 025, 016, 017, 026, 027
|
||||
.byte 034, 035, 044, 045, 036, 037, 046, 047
|
||||
.byte 064, 065, 074, 075, 066, 067, 076, 077
|
||||
|
Loading…
Reference in New Issue
Block a user