mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
GAPI: fix uninitialized variables in Fluid
This commit is contained in:
@@ -245,7 +245,7 @@ class GAPI_EXPORTS Buffer::Priv
|
||||
|
||||
// Coordinate starting from which this buffer is assumed
|
||||
// to be read (with border not being taken into account)
|
||||
int m_readStart;
|
||||
int m_readStart = 0;
|
||||
cv::Rect m_roi;
|
||||
|
||||
friend void debugBufferPriv(const Buffer& p, std::ostream &os);
|
||||
|
||||
Reference in New Issue
Block a user