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

* commit 'a4aef41a74a69b0296b88361ffb33d0470a26362':
  stagefright aacenc: Mark codeWord as UWord16
This commit is contained in:
Conley Owens
2011-07-18 16:55:33 -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;
Word16 codeWord, codeLength;
UWord16 codeWord, codeLength;
Word16 sign, signLength;