Mark mp_mp3_get_lsf() as static; it is not used outside of the file.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30614 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-17 22:14:04 +00:00
parent 8615d00834
commit 69429048a2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ static long freqs[9] = { 44100, 48000, 32000, // MPEG 1.0
22050, 24000, 16000, // MPEG 2.0
11025, 12000, 8000}; // MPEG 2.5
int mp_mp3_get_lsf(unsigned char* hbuf){
static int mp_mp3_get_lsf(unsigned char* hbuf){
unsigned long newhead =
hbuf[0] << 24 |
hbuf[1] << 16 |