diff libmpdemux/mp3_hdr.c @ 30572:292ab27ee1fa

Mark mp_mp3_get_lsf() as static; it is not used outside of the file.
author diego
date Wed, 17 Feb 2010 22:14:04 +0000
parents 321e9ea69b9f
children 1cb4281551e2
line wrap: on
line diff
--- a/libmpdemux/mp3_hdr.c	Wed Feb 17 22:11:05 2010 +0000
+++ b/libmpdemux/mp3_hdr.c	Wed Feb 17 22:14:04 2010 +0000
@@ -38,7 +38,7 @@
 			 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 |