diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-11-04 20:22:03 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-11-09 17:39:00 +0100 |
commit | f0ee38790b9fad7bef69f30fc5292be9f1a6fcc3 (patch) | |
tree | acbdbf7f34e2d6146bc1b269ceeb9c1518bd826e /libavcodec/rpzaenc.c | |
parent | b616b0470406add76fd89ae09f326be4cc41d96b (diff) | |
download | ffmpeg-f0ee38790b9fad7bef69f30fc5292be9f1a6fcc3.tar.gz |
postproc/postprocess_template: Fix alignment
postProcess in postprocess_template.c copies a PPContext
to the stack, works with this copy and then copies
it back again. Said local copy uses a hardcoded alignment
of eight, although PPContext has alignment 32 since
cbe27006cee0099076d1d68af646f3ef914167d8
(this commit was in anticipation of AVX2 code that never landed).
This leads to misalignment in the filter-(pp|pp1|pp2|pp3|qp)
FATE-tests which UBSan complains about. So avoid the local copy.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/rpzaenc.c')
0 files changed, 0 insertions, 0 deletions