diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-06-18 20:15:12 +0200 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-06-19 01:47:59 +0200 |
commit | 590743101dc934043f34013f1c9bb9fb261355b0 (patch) | |
tree | 6d618289cb17ed9a24e0e6ad235097904bf41144 /libavcodec/alac.c | |
parent | d216b9debd9843d31732ebb7344a85b3cd96b7cc (diff) | |
download | ffmpeg-590743101dc934043f34013f1c9bb9fb261355b0.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>
Diffstat (limited to 'libavcodec/alac.c')
0 files changed, 0 insertions, 0 deletions