commit | c4ef4bb50d1407aec63358d4c14d1007ae0c4c1d | [log] [tgz] |
---|---|---|
author | Martin Storsjo <martin@martin.st> | Thu Jan 12 14:52:47 2012 +0200 |
committer | Martin Storsjo <martin@martin.st> | Fri Feb 24 20:54:14 2012 +0200 |
tree | 99211b1a1e9387ae5bb544666724c41435347a72 | |
parent | b86b3c8f976b70635770d93217132d4023ecf33f [diff] |
stagefright amrwbenc: Remove a useless check Since the Length field is unsigned, the comparison will always be false. The corresponding code in the aac encoder doesn't have any check for Length. This avoids a warning about comparison always being false. Change-Id: I57c28ff9d09cb9ac4effeaeb40db608ab976acc6