]> git.sesse.net Git - ffmpeg/commit
ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED
authorChristophe Gisquet <christophe.gisquet@gmail.com>
Sat, 14 Mar 2015 15:30:27 +0000 (15:30 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 14 Mar 2015 18:07:27 +0000 (19:07 +0100)
commit98cccdd91c9aab9e031753f6feb81be0c44a9c8e
treef63e8eb409d1caf0944840e03c86dec4630d659c
parent5d38c628b0a84fafc220f070d9d4cf8fbfe96447
ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED

The later may yield incorrect code for on-stack variables.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/ppc/h264dsp.c
libavcodec/ppc/h264qpel.c
libavcodec/ppc/vp8dsp_altivec.c