mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
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:
parent
8615d00834
commit
69429048a2
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user