Skip to content

contrib: soxr: expand the internal RDFT buffers

Steve Lhomme requested to merge robUx4/vlc:soxr_ffmpeg61_crash into master

With FFmpeg 6.1 an extra item in the buffer is needed. The API was introduced in https://github.com/FFmpeg/FFmpeg/commit/af94ab7c7c004786084903bcf82b7617e88e3aa9 But it was only made the default in 6.1 since https://github.com/FFmpeg/FFmpeg/commit/83ede01bb08239428fd65de62adc260f4233d229

This results in an out of bounds writing error on Windows.

Edited by Steve Lhomme

Merge request reports