]> git.tuebingen.mpg.de Git - paraslash.git/commit
wmadec: Simplify wma_lsp_to_curve_init().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 6 Feb 2016 14:11:51 +0000 (15:11 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 6 Mar 2016 20:29:06 +0000 (21:29 +0100)
commit5d1a0c07877d301f72247e819441498afc26918d
treeab4add1852a3db4365e96445a2eecb685f5bfd39
parentf60abbe18364a4368fd756f48c79af67d377fca7
wmadec: Simplify wma_lsp_to_curve_init().

There's only one caller, and it passes pwd->frame_len as the second
argument to the function. Since we pass pwd as well, the second
argument of the function can be removed.
wmadec_filter.c