]> git.tue.mpg.de Git - paraslash.git/commit
compute_mdct_coefficients(): Kill pointless cast.
authorAndre Noll <maan@systemlinux.org>
Sat, 7 Nov 2009 14:58:38 +0000 (15:58 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 18 Nov 2009 18:34:29 +0000 (19:34 +0100)
commit239763e460232e4a924b4fbe09f906a6c1669eac
treec4bd0c3f0e4a2c285d2f4858cc1274553c4f9aa8
parentce5bfca1526a9df8eb8034f846a6da93337af1ee
compute_mdct_coefficients(): Kill pointless cast.

(pwd->block_len / 2) is going to be converted to a float also without
this cast.
wmadec_filter.c