fixed compile warning with GCC

pull/3009/head
Vadim Pisarevsky 10 years ago
parent 4255746c00
commit 11e9e375a3
  1. 2
      modules/imgproc/src/demosaicing.cpp

@ -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 )

Loading…
Cancel
Save