Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4999a9f authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

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

parents d78b7149 034816f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,