aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/sipr16k.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-08-29 18:40:14 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-08-31 10:25:36 +0200
commit18464d7270d2f9290fdd07c7726d16a7abf05dc6 (patch)
tree5241829c8c7c926d7b8c3b0fb42b9566839d1e1f /libavcodec/sipr16k.c
parent2bb66cc8befda588c560374b86bd43713908bf44 (diff)
downloadandroid_external_ffmpeg-18464d7270d2f9290fdd07c7726d16a7abf05dc6.tar.gz
android_external_ffmpeg-18464d7270d2f9290fdd07c7726d16a7abf05dc6.tar.bz2
android_external_ffmpeg-18464d7270d2f9290fdd07c7726d16a7abf05dc6.zip
sipr16kdata.h: add forgotten const.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavcodec/sipr16k.c')
-rw-r--r--libavcodec/sipr16k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sipr16k.c b/libavcodec/sipr16k.c
index bfd8ade37d..9c8f684003 100644
--- a/libavcodec/sipr16k.c
+++ b/libavcodec/sipr16k.c
@@ -50,7 +50,7 @@ static void lsf2lsp(const float *lsf, double *lsp)
lsp[i] = cosf(lsf[i]);
}
-static void dequant(float *out, const int *idx, const float *cbs[])
+static void dequant(float *out, const int *idx, const float * const cbs[])
{
int i;