projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1190dd2
)
wma: Trivial whitespace fix.
author
Andre Noll
<maan@systemlinux.org>
Fri, 1 Jun 2012 09:29:41 +0000
(11:29 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 16 Jun 2012 12:48:49 +0000
(14:48 +0200)
wmadec_filter.c
patch
|
blob
|
history
diff --git
a/wmadec_filter.c
b/wmadec_filter.c
index baff2a5f4ef48b88d85a3f16c720c61141a25e28..be726108818b826ebc4a7f17ac773eb31a1786b8 100644
(file)
--- a/
wmadec_filter.c
+++ b/
wmadec_filter.c
@@
-504,9
+504,8
@@
static int wma_decode_init(char *initial_buf, int len, struct private_wmadec_dat
if (pwd->use_exp_vlc) {
PARA_INFO_LOG("using exp_vlc\n");
- init_vlc(&pwd->exp_vlc, EXPVLCBITS,
- sizeof(wma_scale_huffbits), wma_scale_huffbits,
- wma_scale_huffcodes, 4);
+ init_vlc(&pwd->exp_vlc, EXPVLCBITS, sizeof(wma_scale_huffbits),
+ wma_scale_huffbits, wma_scale_huffcodes, 4);
} else {
PARA_INFO_LOG("using curve\n");
wma_lsp_to_curve_init(pwd, pwd->frame_len);