gst: encode: h264_fei: remove useless comparison
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 19 Sep 2019 19:09:20 +0000 (12:09 -0700)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 19 Sep 2019 19:09:35 +0000 (12:09 -0700)
commit73ac0c4e502449481f03b7ec7b6282503dfaac6f
treeb9e24a73c352349d7a34ac9c8c23636ca7110de6
parent1ce66e2ed5eeecf0b6c28118dccdd83fdc4f6afb
gst: encode: h264_fei: remove useless comparison

The expression "len >= 0" is always true since "len"
is an unsigned type.  And it is clear that the writers
intention was not to write "len > 0" since we handle
len == 0 in the ensuing "if (len < 3)" conditional
block.
gst/vaapi/gstvaapiencode_h264_fei.c