Mercurial > libavcodec.hg
diff qcelpdec.c @ 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 | e8cb66bdae99 |
| children | b41482ad0ef5 |
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;
