Merge "stagefright aacenc: Mark codeWord as UWord16"

This commit is contained in:
Conley Owens
2011-07-18 16:49:43 -07:00
committed by Android Code Review

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;