summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2016-06-10 18:17:18 -0700
committerJohann Koenig <johannkoenig@google.com>2016-06-14 22:55:47 +0000
commit95d29675b2592bb7161f3159d4f8dc338fe13bae (patch)
treed1b412973a3807ccb7fc0b6ec8d78b6a0a4be979 /AUTHORS
parent4b8b31838b0a100338cfa78be164232ca3e12f65 (diff)
downloadlibvpx-95d29675b2592bb7161f3159d4f8dc338fe13bae.tar
libvpx-95d29675b2592bb7161f3159d4f8dc338fe13bae.tar.gz
libvpx-95d29675b2592bb7161f3159d4f8dc338fe13bae.tar.bz2
libvpx-95d29675b2592bb7161f3159d4f8dc338fe13bae.zip
Active map and ROI map use unsigned rows/cols
The vpx_roi_map_t and vpx_active_map_t structures use unsigned rows and cols but VP8_COMMON uses signed values for mb_rows and mb_cols. Cleans warning in Android build: comparison of integers of different signs: 'int' and 'unsigned int' if (cpi->common.mb_rows != rows || cpi->common.mb_cols != cols) ~~~~~~~~~~~~~~~~~~~ ^ ~~~~ comparison of integers of different signs: 'int' and 'unsigned int' if (cpi->common.mb_rows != rows || cpi->common.mb_cols != cols) ~~~~~~~~~~~~~~~~~~~ ^ ~~~~ comparison of integers of different signs: 'unsigned int' and 'int' if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols) ~~~~ ^ ~~~~~~~~~~~~~~~~~~~ comparison of integers of different signs: 'unsigned int' and 'int' if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols) Change-Id: If1f118c20ffefd2530fbd371e6787cc8a6c31f0a
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions