diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-06-18 20:15:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-20 04:43:40 +0200 |
commit | cd85dd1373d636e810dad84ef297ed2827782630 (patch) | |
tree | b6174a0ba6325f1d3a39f29dfa26a9d06b6d18df /libavcodec/dnxhd_parser.c | |
parent | a5e8ca7e73f8aa7eade5541b6ca3cee66cff7cf0 (diff) | |
download | ffmpeg-cd85dd1373d636e810dad84ef297ed2827782630.tar.gz |
postproc: fix unaligned access
QP_store is only 8-bit-aligned, so accessing it as uint32_t causes
SIGBUS crashes on sparc.
The AV_RN32/AV_WN32 macros only do unaligned access in the
HAVE_FAST_UNALIGNED case.
Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
(cherry picked from commit 590743101dc934043f34013f1c9bb9fb261355b0)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dnxhd_parser.c')
0 files changed, 0 insertions, 0 deletions