From: Andre Noll Date: Sat, 7 Nov 2009 14:58:38 +0000 (+0100) Subject: compute_mdct_coefficients(): Kill pointless cast. X-Git-Tag: v0.4.1~33 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=239763e460232e4a924b4fbe09f906a6c1669eac;hp=239763e460232e4a924b4fbe09f906a6c1669eac compute_mdct_coefficients(): Kill pointless cast. (pwd->block_len / 2) is going to be converted to a float also without this cast. ---