commit | 9eb5d31a68bbf41ebd4144cf71f762c26f558438 | [log] [tgz] |
---|---|---|
author | Martin Storsjo <martin@martin.st> | Thu Apr 21 12:57:40 2011 +0300 |
committer | Martin Storsjo <martin@martin.st> | Sat Apr 23 19:22:30 2011 +0300 |
tree | 62dbe64ab80e690d383cfc2713326e2d935d90e5 | |
parent | b21611e5b0f1797e39e781d91ade023bac87637f [diff] |
stagefright aacenc: Mark codeWord as UWord16 Without this, the codeword 0xffff will be expanded to 0xffffffff when passed as a Word32 parameter. All code words set into this variable are UWord16 initially. When it was expanded to 0xffffffff, it could accidentally overwrite earlier cached bits in the bitstream writer. Change-Id: Id91a2b8a4e934876d9cb39eaeeee323202ec8e40