X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wmadec_filter.c;h=f8ea4c83a9328776dd2eaf94f2ca6f5adffdfa94;hp=a404f35ddd12e556e1e0d65c9270798a764e01c3;hb=239763e460232e4a924b4fbe09f906a6c1669eac;hpb=ce5bfca1526a9df8eb8034f846a6da93337af1ee diff --git a/wmadec_filter.c b/wmadec_filter.c index a404f35d..f8ea4c83 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -727,7 +727,7 @@ static void compute_mdct_coefficients(struct private_wmadec_data *pwd, int bsize, int total_gain, int nb_coefs[MAX_CHANNELS]) { int ch; - float mdct_norm = 1.0 / (float)(pwd->block_len / 2); + float mdct_norm = 1.0 / (pwd->block_len / 2); for (ch = 0; ch < pwd->ahi.channels; ch++) { if (pwd->channel_coded[ch]) {