Mercurial > libavcodec.hg
changeset 8253:d1724ad564e7 libavcodec
Removes misleading const qualifier, gets rid of two compiler warnings
author | reynaldo |
---|---|
date | Thu, 04 Dec 2008 01:38:12 +0000 |
parents | 92008e82ce6c |
children | be0f5221ccd0 |
files | qcelpdec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/qcelpdec.c Wed Dec 03 20:16:01 2008 +0000 +++ b/qcelpdec.c Thu Dec 04 01:38:12 2008 +0000 @@ -336,7 +336,7 @@ * @param gain array holding the 4 pitch subframe gain values * @param cdn_vector array for the generated scaled codebook vector */ -static void compute_svector(const QCELPContext *q, const float *gain, +static void compute_svector(QCELPContext *q, const float *gain, float *cdn_vector) { int i, j, k;