summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/lpc_init.c
diff options
context:
space:
mode:
authorLynne <[email protected]>2024-02-09 18:17:54 +0100
committerLynne <[email protected]>2024-02-09 23:20:29 +0100
commit90adef99cab46ed1791c8096ac2ac0b89f67a266 (patch)
tree6a27f9f684f124bc967e482ca4d1e8ee8fcef37f /libavcodec/x86/lpc_init.c
parentce7c90ff82afc3c147f7e277e8ddb006640eb98a (diff)
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/x86/lpc_init.c')
0 files changed, 0 insertions, 0 deletions