mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
added missing break in setProperty() method (ticket #1183)
This commit is contained in:
@@ -2985,6 +2985,7 @@ bool CvCaptureCAM_DShow::setProperty( int property_id, double value )
|
||||
break;
|
||||
case CV_CAP_PROP_FRAME_HEIGHT:
|
||||
height = cvRound(value);
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user