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

Commit a4aef41a authored by Conley Owens's avatar Conley Owens Committed by Android Git Automerger
Browse files

am a74774fd: am 4d8f6a38: Merge "stagefright aacenc: Mark codeWord as UWord16"

* commit 'a74774fd':
  stagefright aacenc: Mark codeWord as UWord16
parents 2acddc54 a74774fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -496,7 +496,7 @@ Word16 codeValues(Word16 *values, Word16 width, Word16 codeBook, HANDLE_BIT_BUF
{

  Word32 i, t0, t1, t2, t3, t00, t01;
  Word16 codeWord, codeLength;
  UWord16 codeWord, codeLength;
  Word16 sign, signLength;