Skip to content

Commit 4bcdeb8

Browse files
Jean-Baptiste QueruAndroid Git Automerger
authored andcommitted
am 716a051: am fe5f5d7: Merge "stagefright amrwb: Make a global const array static"
* commit '716a051719993cae576590f6a43620697e50b3b5': stagefright amrwb: Make a global const array static
2 parents bf5c5e5 + 716a051 commit 4bcdeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/libstagefright/codecs/amrwb/include/pvamrwbdecoder_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ extern "C"
106106
#define NUM_OF_MODES 10
107107

108108

109-
const int16 AMR_WB_COMPRESSED[NUM_OF_MODES] =
109+
static const int16 AMR_WB_COMPRESSED[NUM_OF_MODES] =
110110
{
111111
NBBITS_7k,
112112
NBBITS_9k,

0 commit comments

Comments
 (0)