]> granicus.if.org Git - libvpx/commit
Convert to unsigned int before left shift
authorYaowu Xu <yaowu@google.com>
Wed, 25 May 2016 21:02:22 +0000 (14:02 -0700)
committerYaowu Xu <yaowu@google.com>
Thu, 26 May 2016 15:46:01 +0000 (08:46 -0700)
commit301e34527307690e66ac53f37022002c97e3af0d
tree612bd98fc4f2257c0efb187003f1c3d75fbbcb62
parentba8651d474d09bead393cc81b139607210374bb8
Convert to unsigned int before left shift

This is to fix overflow when 128 is left shifted by 24.

Change-Id: Ibb5f6813536d985afa003a9848c0c3dd358955a7
vpx_ports/mem_ops.h