aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/src_movie.c
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-06-18 20:15:12 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-06-19 01:47:59 +0200
commit590743101dc934043f34013f1c9bb9fb261355b0 (patch)
tree6d618289cb17ed9a24e0e6ad235097904bf41144 /libavfilter/src_movie.c
parentd216b9debd9843d31732ebb7344a85b3cd96b7cc (diff)
downloadffmpeg-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 'libavfilter/src_movie.c')
0 files changed, 0 insertions, 0 deletions