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;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc