Mercurial > libavcodec.hg
changeset 9343:dfe2d348aa50 libavcodec
Add missing static qualifier from function declaration. Patch by Kenan
Gillet.
author | reynaldo |
---|---|
date | Sat, 04 Apr 2009 16:27:54 +0000 |
parents | 7f594601d5e9 |
children | 9ea1ea6db616 |
files | qcelpdec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/qcelpdec.c Sat Apr 04 13:20:53 2009 +0000 +++ b/qcelpdec.c Sat Apr 04 16:27:54 2009 +0000 @@ -586,7 +586,7 @@ * * TIA/EIA/IS-733 2.4.3.3.5 */ -void lspf2lpc(const float *lspf, float *lpc) +static void lspf2lpc(const float *lspf, float *lpc) { double lsf[10]; double bandwith_expansion_coeff = QCELP_BANDWITH_EXPANSION_COEFF;