awdseq1357 / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

Invalid cast on windows. #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

row_common.cc 474
row_common.cc 492
row_common.cc 515

should be *reinterpret_cast<const uint32*> instead of *reinterpret_cast<uint32*>

Original issue reported on code.google.com by jungleca...@gmail.com on 29 Mar 2012 at 4:39

GoogleCodeExporter commented 9 years ago
Fixed in r231

Original comment by fbarch...@google.com on 30 Mar 2012 at 12:14