fixed compile warning with GCC

This commit is contained in:
Vadim Pisarevsky 2014-07-28 19:23:46 +04:00
parent 4255746c00
commit 11e9e375a3

View File

@ -350,7 +350,7 @@ public:
B G B G | B G B G | B G B G | B G B G
*/
uint16x8_t masklo = vdupq_n_s16(255);
uint16x8_t masklo = vdupq_n_u16(255);
const uchar* bayer_end = bayer + width;
for( ; bayer <= bayer_end - 18; bayer += 14, dst += 14 )