diff options
author | Lynne <dev@lynne.ee> | 2024-02-09 18:17:54 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-02-09 23:20:29 +0100 |
commit | 90adef99cab46ed1791c8096ac2ac0b89f67a266 (patch) | |
tree | 6a27f9f684f124bc967e482ca4d1e8ee8fcef37f /libavcodec/cfhdenc.c | |
parent | ce7c90ff82afc3c147f7e277e8ddb006640eb98a (diff) | |
download | ffmpeg-90adef99cab46ed1791c8096ac2ac0b89f67a266.tar.gz |
avfft: avoid overreads with RDFT API users
The new API requires an extra array member at the very end,
which old API users did not do.
This disables in-place RDFT transforms and instead
does the transform out of place by copying once, there shouldn't
be a significant loss of speed as our in-place FFT requires a reorder
which is likely more expensive in the majority of cases to do.
Diffstat (limited to 'libavcodec/cfhdenc.c')
0 files changed, 0 insertions, 0 deletions