summaryrefslogtreecommitdiff
path: root/y4minput.c
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2016-06-10 18:09:04 -0700
committerJohann Koenig <johannkoenig@google.com>2016-06-16 20:58:37 +0000
commitdb81c3433629d1bb6488966bededb5f80b83369f (patch)
treee24cd77dab2daa7d6bd76eda50c53848d9833846 /y4minput.c
parent87679994936b0755312f5ef4bae30afb2da22371 (diff)
downloadlibvpx-db81c3433629d1bb6488966bededb5f80b83369f.tar
libvpx-db81c3433629d1bb6488966bededb5f80b83369f.tar.gz
libvpx-db81c3433629d1bb6488966bededb5f80b83369f.tar.bz2
libvpx-db81c3433629d1bb6488966bededb5f80b83369f.zip
vp8_change_config: fix unsigned/signed comparison
Use ~15 instead of 0x..F0 Cleans warning in Android build: comparison of integers of different signs: 'unsigned int' and 'int' if (((cm->Width + 15) & 0xfffffff0) != ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ comparison of integers of different signs: 'unsigned int' and 'int' ((cm->Height + 15) & 0xfffffff0) != ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ Change-Id: Iac25839cde3425b7b9db7f33740dc46a551b7546
Diffstat (limited to 'y4minput.c')
0 files changed, 0 insertions, 0 deletions