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

* commit '4d8f6a38e7268e29e189cb4173f42c7aa5b320a3':
  stagefright aacenc: Mark codeWord as UWord16
This commit is contained in:
Conley Owens
2011-07-18 16:52:26 -07:00
committed by Android Git Automerger

View File

@@ -496,7 +496,7 @@ Word16 codeValues(Word16 *values, Word16 width, Word16 codeBook, HANDLE_BIT_BUF
{ {
Word32 i, t0, t1, t2, t3, t00, t01; Word32 i, t0, t1, t2, t3, t00, t01;
Word16 codeWord, codeLength; UWord16 codeWord, codeLength;
Word16 sign, signLength; Word16 sign, signLength;