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

vitor subversion
Mon Jan 4 20:25:44 CET 2010


Author: vitor
Date: Mon Jan  4 20:25:44 2010
New Revision: 21018

Log:
Add missing "static" qualifier

Modified:
   trunk/libavcodec/qcelpdec.c

Modified: trunk/libavcodec/qcelpdec.c
==============================================================================
--- trunk/libavcodec/qcelpdec.c	Mon Jan  4 18:55:52 2010	(r21017)
+++ trunk/libavcodec/qcelpdec.c	Mon Jan  4 20:25:44 2010	(r21018)
@@ -598,7 +598,7 @@ static void lspf2lpc(const float *lspf, 
  * @param lpc float vector for the resulting LPC
  * @param subframe_num frame number in decoded stream
  */
-void interpolate_lpc(QCELPContext *q, const float *curr_lspf, float *lpc,
+static void interpolate_lpc(QCELPContext *q, const float *curr_lspf, float *lpc,
                      const int subframe_num)
 {
     float interpolated_lspf[10];



More information about the ffmpeg-cvslog mailing list