aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/mpegvideo_armv5te.c
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-06-18 20:15:12 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-20 14:38:25 +0200
commit7de7d81ee55adbe77650f61831fa8b0c3e4159fa (patch)
tree6688e4293c520fc517fac1007725db7fefe0a2fd /libavcodec/arm/mpegvideo_armv5te.c
parent9d0aa058c997db60de84d2e05b08dabead9cb6e0 (diff)
downloadffmpeg-7de7d81ee55adbe77650f61831fa8b0c3e4159fa.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/arm/mpegvideo_armv5te.c')
0 files changed, 0 insertions, 0 deletions