diff options
author | Kacper Michajłow <[email protected]> | 2024-06-02 14:14:48 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2024-08-07 00:59:18 +0200 |
commit | 1165c144446f103ab8c6f0203e127927f462ac59 (patch) | |
tree | 1e96a7c9d2bbd7ec51043e36d672536f3fe19828 /libavutil/hwcontext_vaapi.c | |
parent | bfcee368e28823b1289240ae061ccc8ee28cf33e (diff) |
avcodec/vp9mvs: fix misaligned access when clearing VP9mv
Fixes runtime error: member access within misaligned address
<addr> for type 'av_alias64', which requires 8 byte alignment.
VP9mv is aligned to 4 bytes, so instead doing 8 bytes clear, let's do
2 times 4 bytes.
Signed-off-by: Kacper Michajłow <[email protected]>
Reviewed-by: "Ronald S. Bultje" <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavutil/hwcontext_vaapi.c')
0 files changed, 0 insertions, 0 deletions