mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
avcodec/hevc/dsp: Add alignment for dequant
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -50,7 +50,7 @@ typedef struct HEVCDSPContext {
|
||||
|
||||
void (*add_residual[4])(uint8_t *dst, const int16_t *res, ptrdiff_t stride);
|
||||
|
||||
void (*dequant)(int16_t *coeffs, int16_t log2_size);
|
||||
void (*dequant)(int16_t *coeffs /* align 32 */, int16_t log2_size);
|
||||
|
||||
void (*transform_rdpcm)(int16_t *coeffs, int16_t log2_size, int mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user