]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
wma: Make log2_tab static.
authorAndre Noll <maan@systemlinux.org>
Sun, 7 Aug 2011 21:35:50 +0000 (23:35 +0200)
committerAndre 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

index 137d288d078a612495a445211581c0a061cabf70..1dde83509f2e38e8ba044fc961c381e06b74b7ca 100644 (file)
@@ -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,