diff options
author | Andreas Cadhalpun <[email protected]> | 2015-06-18 20:15:12 +0200 |
---|---|---|
committer | Andreas Cadhalpun <[email protected]> | 2015-06-19 01:47:59 +0200 |
commit | 590743101dc934043f34013f1c9bb9fb261355b0 (patch) | |
tree | 6d618289cb17ed9a24e0e6ad235097904bf41144 /libavcodec/arm/videodsp_init_arm.c | |
parent | d216b9debd9843d31732ebb7344a85b3cd96b7cc (diff) |
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 <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
Diffstat (limited to 'libavcodec/arm/videodsp_init_arm.c')
0 files changed, 0 insertions, 0 deletions