]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - wmadec_filter.c
remove unused field tmp_buf of struct fft_context.
[paraslash.git] / wmadec_filter.c
index 147779148540b85275440928f8e24b4d41932372..15bb39253672dae4e4dd39e2d105c7ab41e026ba 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <sys/time.h>
 #include <inttypes.h>
-#include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
@@ -777,7 +776,6 @@ static int wma_decode_block(struct private_wmadec_data *s)
 
        /* complex coding */
        if (s->use_noise_coding) {
-
                for (ch = 0; ch < s->ahi.channels; ch++) {
                        if (s->channel_coded[ch]) {
                                int i, m, a;