summaryrefslogtreecommitdiff
path: root/vp8/common/alloccommon.c
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2016-06-16 14:17:28 -0700
committerJohann Koenig <johannkoenig@google.com>2016-06-16 21:57:46 +0000
commitbd0c981744307a0e7e934c04d08288b310419cb4 (patch)
treeeafa4912110a1077061429852d05d21825b09e5e /vp8/common/alloccommon.c
parent799ab7c064ec4fec8f0ea1a480f814fc4d4e97bf (diff)
downloadlibvpx-bd0c981744307a0e7e934c04d08288b310419cb4.tar
libvpx-bd0c981744307a0e7e934c04d08288b310419cb4.tar.gz
libvpx-bd0c981744307a0e7e934c04d08288b310419cb4.tar.bz2
libvpx-bd0c981744307a0e7e934c04d08288b310419cb4.zip
vp8: correct function return types
left_above_mv and above_block_mv return as_int as_int is defined as uint32_t in vp8/common/mv.h Cleans up -Wextra warnings: signed and unsigned type in conditional expression this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i); ^ this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis); ^ left_mv.as_int = col ? d[-1].bmi.mv.as_int : ^ Change-Id: Ia043764e4ce93d2152d2269b1c7b28b5d5f814cf
Diffstat (limited to 'vp8/common/alloccommon.c')
0 files changed, 0 insertions, 0 deletions