Skip to content

Commit

Permalink
Merge "stagefright amrwb: Make a global const array static"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste Queru authored and android code review committed Feb 27, 2012
2 parents 94ee1bf + 7a60831 commit fe5f5d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fe5f5d7

Please sign in to comment.