vpx/vpx_ports
Tom Finegan f1de622617 vpx_ports/mem_ops.h: cast the lhs of bitwise shifts of 24.
C does not allow for shifting into the sign bit of a signed
integer, and the two instances here become signed ints via
promotion. Explcitly cast them to unsigned MEM_VALUE_T to
avoid the problem.

BUG=https://bugs.chromium.org/p/chromium/issues/detail?id=614648

Change-Id: I51165361a8c6cbb5c378cf7e4e0f4b80b3ad9a6e
2016-05-27 09:23:11 -07:00
..
2014-11-06 16:00:01 -08:00
2014-09-25 11:53:45 -07:00
2015-09-22 00:24:01 +00:00
2013-12-16 19:41:10 -08:00
2015-12-10 15:28:07 -08:00