projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28f8e42
)
wma: Make log2_tab static.
author
Andre Noll
<maan@systemlinux.org>
Sun, 7 Aug 2011 21:35:50 +0000
(23:35 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 7 Aug 2011 21:35:50 +0000
(23:35 +0200)
This table is only used in wma_common.c.
wma_common.c
patch
|
blob
|
history
diff --git
a/wma_common.c
b/wma_common.c
index
137d288
..
1dde835
100644
(file)
--- a/
wma_common.c
+++ b/
wma_common.c
@@
-116,7
+116,7
@@
int read_asf_header(const char *buf, int loaded, struct asf_header_info *ahi)
return 1;
}
-const uint8_t log2_tab[256] = {
+
static
const uint8_t log2_tab[256] = {
0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4,
5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,