projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f670632
)
remove duplicate math.h include
author
Andre Noll
<maan@systemlinux.org>
Thu, 15 Oct 2009 19:50:41 +0000
(21:50 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Wed, 18 Nov 2009 18:34:14 +0000
(19:34 +0100)
wmadec_filter.c
patch
|
blob
|
history
diff --git
a/wmadec_filter.c
b/wmadec_filter.c
index 147779148540b85275440928f8e24b4d41932372..15bb39253672dae4e4dd39e2d105c7ab41e026ba 100644
(file)
--- a/
wmadec_filter.c
+++ b/
wmadec_filter.c
@@
-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;