mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Removes misleading const qualifier, gets rid of two compiler warnings
Originally committed as revision 15997 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ecfb51d1c2
commit
b12c76277b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue