diff --git a/libcelt/quant_bands.c b/libcelt/quant_bands.c index b3a836cd..b493ab9b 100644 --- a/libcelt/quant_bands.c +++ b/libcelt/quant_bands.c @@ -44,7 +44,7 @@ #ifdef FIXED_POINT /* Mean energy in each band quantized in Q6 */ -const signed char eMeans[25] = { +static const signed char eMeans[25] = { 103,100, 92, 85, 81, 77, 72, 70, 78, 75, 73, 71, 78, 74, 69, @@ -53,7 +53,7 @@ const signed char eMeans[25] = { }; #else /* Mean energy in each band quantized in Q6 and converted back to float */ -const celt_word16 eMeans[25] = { +static const celt_word16 eMeans[25] = { 6.437500f, 6.250000f, 5.750000f, 5.312500f, 5.062500f, 4.812500f, 4.500000f, 4.375000f, 4.875000f, 4.687500f, 4.562500f, 4.437500f, 4.875000f, 4.625000f, 4.312500f,