videoio: return -1 is incorrect for function with 'bool' result

pull/12846/head
Alexander Alekhin 6 years ago
parent f8a27d2603
commit b54a70a538
  1. 2
      modules/videoio/src/cap_v4l.cpp

@ -1722,7 +1722,7 @@ static bool icvSetControl (CvCaptureCAM_V4L* capture,
fprintf(stderr,
"VIDEOIO ERROR: V4L2: setting property #%d is not supported\n",
property_id);
return -1;
return false;
}
/* get the min/max values */

Loading…
Cancel
Save