• Lynne's avatar
    lavc/avfft: fix RDFT wrapper stride · 89a90422
    Lynne authored
    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.
    89a90422
avfft.c 6.42 KB