[FFmpeg-cvslog] r18331 - trunk/libavcodec/qcelpdec.c

reynaldo subversion
Sat Apr 4 18:27:55 CEST 2009


Author: reynaldo
Date: Sat Apr  4 18:27:54 2009
New Revision: 18331

Log:
Add missing static qualifier from function declaration. Patch by Kenan
Gillet.

Modified:
   trunk/libavcodec/qcelpdec.c

Modified: trunk/libavcodec/qcelpdec.c
==============================================================================
--- trunk/libavcodec/qcelpdec.c	Sat Apr  4 15:20:53 2009	(r18330)
+++ trunk/libavcodec/qcelpdec.c	Sat Apr  4 18:27:54 2009	(r18331)
@@ -586,7 +586,7 @@ static void apply_pitch_filters(QCELPCon
  *
  * TIA/EIA/IS-733 2.4.3.3.5
  */
-void lspf2lpc(const float *lspf, float *lpc)
+static void lspf2lpc(const float *lspf, float *lpc)
 {
     double lsf[10];
     double bandwith_expansion_coeff = QCELP_BANDWITH_EXPANSION_COEFF;



More information about the ffmpeg-cvslog mailing list