OSDN Git Service

stagefright amrwbenc: Remove a useless check
authorMartin Storsjo <martin@martin.st>
Thu, 12 Jan 2012 12:52:47 +0000 (14:52 +0200)
committerMartin Storsjo <martin@martin.st>
Fri, 24 Feb 2012 18:54:14 +0000 (20:54 +0200)
commitc4ef4bb50d1407aec63358d4c14d1007ae0c4c1d
tree99211b1a1e9387ae5bb544666724c41435347a72
parentb86b3c8f976b70635770d93217132d4023ecf33f
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
media/libstagefright/codecs/amrwbenc/src/voAMRWBEnc.c