Commit d883f8e7 authored by reynaldo's avatar reynaldo

Removes misleading const qualifier, gets rid of two compilaer warnings

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15997 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8c5b415a
......@@ -336,7 +336,7 @@ static int codebook_sanity_check_for_rate_quarter(const uint8_t *cbgain)
* @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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment