Mercurial > mplayer.hg
changeset 10321:140fcbd20c18
fixed bandInfo name clash with libmp3lame v3.93.1 (longLimit and shortLimit are also only used in layer3.c so it's safe to make them static too - avoiding further clashes)
author | alex |
---|---|
date | Sat, 21 Jun 2003 23:45:07 +0000 |
parents | d83e4e54985c |
children | 9163bdb578a6 |
files | mp3lib/layer3.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3lib/layer3.c Sat Jun 21 23:39:32 2003 +0000 +++ b/mp3lib/layer3.c Sat Jun 21 23:45:07 2003 +0000 @@ -37,10 +37,10 @@ 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},