• Martin Storsjo's avatar
    Remove a useless check · c15a1d24
    Martin Storsjo authored
    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,
    if building with -W (as the source is built in android).
    c15a1d24