Fix Visual Studio size_t cast compiler warning
authorLenny Komow <lenny@lunarg.com>
Thu, 13 Jul 2017 17:13:14 +0000 (11:13 -0600)
committerLenny Komow <lenny@lunarg.com>
Thu, 13 Jul 2017 19:02:43 +0000 (13:02 -0600)
commite9e4393b1c5aad7553c05782acefbe32b42644bd
tree6f04c800d0de25a116ca3b151071561485b3e29e
parentfe24e0316f77d987d8353745e95a8a6160e82855
Fix Visual Studio size_t cast compiler warning

Visual Studio was complaining about possible loss of data on 64-bit
builds, due to an implicit cast from size_t to int. This changes the
data to use an int with no cast.
source/comp/markv_codec.cpp