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

Commit 54fd89ae authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 484fc74b: am 4bcdeb86: am 716a0517: am fe5f5d77: Merge "stagefright amrwb:...

am 484fc74b: am 4bcdeb86: am 716a0517: am fe5f5d77: Merge "stagefright amrwb: Make a global const array static"

* commit '484fc74beb79d0b8d49223cb3fce9e1ccbfd3501':
  stagefright amrwb: Make a global const array static
parents f2f4a649 30e92794
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,