Add missing "const" all over the place.
Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
@@ -139,7 +139,7 @@ const float ff_pow_0_5[] = {
|
||||
1.0/(1 << 13), 1.0/(1 << 14), 1.0/(1 << 15), 1.0/(1 << 16)
|
||||
};
|
||||
|
||||
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;
|
||||
int stride = 2;
|
||||
|
Reference in New Issue
Block a user