changeset 10769:75bb65276023 libavcodec

Add missing "static" qualifier
author vitor
date Mon, 04 Jan 2010 19:25:44 +0000
parents 0e785b937073
children 59be1a7be21f
files qcelpdec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/qcelpdec.c	Mon Jan 04 13:21:18 2010 +0000
+++ b/qcelpdec.c	Mon Jan 04 19:25:44 2010 +0000
@@ -598,7 +598,7 @@
  * @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];