]> git.tue.mpg.de Git - paraslash.git/commit
imdct.c: 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>
Wed, 8 Jan 2025 17:38:59 +0000 (18:38 +0100)
commit11c044e0d8dd6ee13d5c2f11b2009964d14d5d67
treeabb3eaa975f4268bb3d9d5e5351569aa574548ea
parentf2a5fc677a898a815d6a0aa65ae03f262d3c81c6
imdct.c: 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