mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-07 11:33:04 +02:00
840c3c0531
The vec_ste calls were mistakenly changed to vec_vsx_st in c5ca76a, which
caused stack smashing.
Changing them back fixes crashes on ppc64el, when configured with
--toolchain=hardened.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>