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)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10322 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-06-21 23:45:07 +00:00
parent 7c94cd567a
commit 0865846ecb
1 changed files with 3 additions and 3 deletions

View File

@ -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},