X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wmadec_filter.c;h=15bb39253672dae4e4dd39e2d105c7ab41e026ba;hp=147779148540b85275440928f8e24b4d41932372;hb=6b2414cd3ea3437ffb39d25ddc60eeecf3194ebc;hpb=f670632702f9345964ea7f2e6da9b97a331e9165 diff --git a/wmadec_filter.c b/wmadec_filter.c index 14777914..15bb3925 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -19,7 +19,6 @@ #include #include -#include #include #include #include @@ -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;