diff options
author | Kacper Michajłow <kasper93@gmail.com> | 2024-06-02 14:14:48 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2024-08-07 00:59:18 +0200 |
commit | 1165c144446f103ab8c6f0203e127927f462ac59 (patch) | |
tree | 1e96a7c9d2bbd7ec51043e36d672536f3fe19828 /libavfilter/af_asr.c | |
parent | bfcee368e28823b1289240ae061ccc8ee28cf33e (diff) | |
download | ffmpeg-1165c144446f103ab8c6f0203e127927f462ac59.tar.gz |
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 <kasper93@gmail.com>
Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/af_asr.c')
0 files changed, 0 insertions, 0 deletions