]> git.tuebingen.mpg.de Git - paraslash.git/commit
wmadec: Remove fft().
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 27 Dec 2024 17:38:01 +0000 (18:38 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 27 Apr 2025 19:17:46 +0000 (21:17 +0200)
commit8b4fcd500be5a8adc41b32e552eafad2b978a047
treeb9c3ba427ef0b2cfd555eb1208ba5d2ac2e697ed
parent88417ff4afe6050861c1d9e487d4eb4e7b53005b
wmadec: Remove fft().

It has only one caller, imdct_half(), so get rid of the trivial
function. Dedox the static imdct_half() while at it.
imdct.c