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)
commit30b0bb41f5c1565ab43af6d049fa1d44fa5af777
tree48ad472bea190dbe38fbd6d759de276ee6983259
parent6a300a5413898ff8b728e77c5a23290cae60e9b5
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