changeset 30730:f4fb7142e4c5

Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.
author cehoyos
date Sat, 27 Feb 2010 21:02:14 +0000
parents 9553ab9ca41c
children 5a1ab9923c3a
files libmpcodecs/native/xa_gsm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/native/xa_gsm.c	Sat Feb 27 20:55:41 2010 +0000
+++ b/libmpcodecs/native/xa_gsm.c	Sat Feb 27 21:02:14 2010 +0000
@@ -258,7 +258,7 @@
 }
 
 /**** 4.3.2 */
-void Gsm_Long_Term_Synthesis_Filtering (S,Ncr,bcr,erp,drp)
+static void Gsm_Long_Term_Synthesis_Filtering (S,Ncr,bcr,erp,drp)
 XA_GSM_STATE        * S;
 word                    Ncr;
 word                    bcr;