[FFmpeg-soc] [soc]: r1224 - qcelp/qcelpdec.c

reynaldo subversion at mplayerhq.hu
Wed Aug 29 03:45:11 CEST 2007


Author: reynaldo
Date: Wed Aug 29 03:45:10 2007
New Revision: 1224

Log:
Fix missing static qualifier - As suggested by Michael's review

Modified:
   qcelp/qcelpdec.c

Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c	(original)
+++ qcelp/qcelpdec.c	Wed Aug 29 03:45:10 2007
@@ -105,7 +105,7 @@ static int qcelp_decode_close(AVCodecCon
  *
  * TIA/EIA/IS-733 2.4.3.2.6.2-2
  */
-void qcelp_decode_lspf(const QCELPFrame *frame, float *lspf)
+static void qcelp_decode_lspf(const QCELPFrame *frame, float *lspf)
 {
     const uint8_t *lspv;
     int i;



More information about the FFmpeg-soc mailing list