Browse code

Removes misleading const qualifier, gets rid of two compiler warnings

Originally committed as revision 15997 to svn://svn.ffmpeg.org/ffmpeg/trunk

Reynaldo H. Verdejo Pinochet authored on 2008/12/04 10:38:12
Showing 1 changed files
... ...
@@ -336,7 +336,7 @@ static int codebook_sanity_check_for_rate_quarter(const uint8_t *cbgain)
336 336
  * @param gain array holding the 4 pitch subframe gain values
337 337
  * @param cdn_vector array for the generated scaled codebook vector
338 338
  */
339
-static void compute_svector(const QCELPContext *q, const float *gain,
339
+static void compute_svector(QCELPContext *q, const float *gain,
340 340
                             float *cdn_vector)
341 341
 {
342 342
     int      i, j, k;