summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/layer3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mp3lib/layer3.c b/mp3lib/layer3.c
index 97f6c44712..114cdd3975 100644
--- a/mp3lib/layer3.c
+++ b/mp3lib/layer3.c
@@ -37,10 +37,10 @@ struct bandInfoStruct {
int shortDiff[13];
};
-int longLimit[9][23];
-int shortLimit[9][14];
+static int longLimit[9][23];
+static int shortLimit[9][14];
-struct bandInfoStruct bandInfo[9] = {
+static struct bandInfoStruct bandInfo[9] = {
/* MPEG 1.0 */
{ {0,4,8,12,16,20,24,30,36,44,52,62,74, 90,110,134,162,196,238,288,342,418,576},