[FFmpeg-soc] [soc]: r5561 - amr/amrnbdec.c

vitor subversion at mplayerhq.hu
Sun Jan 3 19:06:33 CET 2010


Author: vitor
Date: Sun Jan  3 19:06:33 2010
New Revision: 5561

Log:
Declare non-public function as static

Modified:
   amr/amrnbdec.c

Modified: amr/amrnbdec.c
==============================================================================
--- amr/amrnbdec.c	Sun Jan  3 11:24:43 2010	(r5560)
+++ amr/amrnbdec.c	Sun Jan  3 19:06:33 2010	(r5561)
@@ -99,7 +99,7 @@ typedef struct AMRContext {
 } AMRContext;
 
 /** Double version of ff_weighted_vector_sumf() */
-void weighted_vector_sumd(double *out, const double *in_a, const double *in_b,
+static void weighted_vector_sumd(double *out, const double *in_a, const double *in_b,
                           double weight_coeff_a, double weight_coeff_b,
                           int length)
 {


More information about the FFmpeg-soc mailing list