diff options
author | Lynne <dev@lynne.ee> | 2024-04-06 07:30:07 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-04-10 13:22:18 +0200 |
commit | 89a9042291e2f54be98e54e8e8fa50ee3fe7d1a6 (patch) | |
tree | 4fb31ce11d158a12252e725e44d157c11a7e2756 /libavcodec/tak.c | |
parent | 0534d2ac8462e39955b83760d3148ccf45a1e310 (diff) | |
download | ffmpeg-89a9042291e2f54be98e54e8e8fa50ee3fe7d1a6.tar.gz |
lavc/avfft: fix RDFT wrapper stride
Per the lavu/tx docs:
> * For forward transforms (R2C), stride must be the spacing between two
> * samples in bytes. For inverse transforms, the stride must be set
> * to the spacing between two complex values in bytes.
The code did the reverse.
The stride parameter is currently not respected for RDFT transforms,
but has to be correct, for a potential future change.
Diffstat (limited to 'libavcodec/tak.c')
0 files changed, 0 insertions, 0 deletions