Merge "stagefright amrwb: Make a global const array static"

This commit is contained in:
Jean-Baptiste Queru
2012-02-27 11:08:08 -08:00
committed by android code review

View File

@ -106,7 +106,7 @@ extern "C"
#define NUM_OF_MODES 10
const int16 AMR_WB_COMPRESSED[NUM_OF_MODES] =
static const int16 AMR_WB_COMPRESSED[NUM_OF_MODES] =
{
NBBITS_7k,
NBBITS_9k,