# HG changeset patch # User diego # Date 1266444844 0 # Node ID 292ab27ee1fa7930830f22445455b950da2923b3 # Parent 7031b2cf61ca794d6c8e2067b2af31890b9b60d2 Mark mp_mp3_get_lsf() as static; it is not used outside of the file. diff -r 7031b2cf61ca -r 292ab27ee1fa libmpdemux/mp3_hdr.c --- 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 |