mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-20 21:11:10 +01:00
The function violated the ABI requirement not to write below SP (this breaks asynchronous signal handling). On RV32, it also broke did not align SP to 16 bytes and did not restore it correctly. No changes to benchmarks as this patch only changes a few immediate offsets.