commit | 99bc0510f9152fa88508a1ba1d2d158961fcefe0 | [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 | 287319f74c40800d62fe1d4aa89bc3cebb46b7cd | |
parent | f3664ae9369a861ffbc2354e8e93e48983802062 [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