summaryrefslogtreecommitdiff
path: root/src/i965_encoder.c
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2018-03-13 13:58:50 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2018-03-14 23:12:08 +0800
commitcdeabaefb7e963f0387d44f52a80408517294473 (patch)
treea1e52560f1bd1be07ae6c5db17d087e03fddb74e /src/i965_encoder.c
parent2ef2acb165a349c1c6ac6795b6f5a3fcc980aeb2 (diff)
downloadlibva-intel-driver-cdeabaefb7e963f0387d44f52a80408517294473.tar.gz
Don't compare an unsigned variable with 0
For an unsigned variable xxx, 'xxx < 0U' is always false, and 'xxx >= 0U' is always true In addition, this commit fixes a minor syntax error. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'src/i965_encoder.c')
0 files changed, 0 insertions, 0 deletions