mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Fixed issues found by static analysis
This commit is contained in:
@@ -36,7 +36,7 @@ cv::MediaFrame::IAdapter* cv::MediaFrame::getAdapter() const {
|
||||
}
|
||||
|
||||
void cv::MediaFrame::serialize(cv::gapi::s11n::IOStream& os) const {
|
||||
return m->adapter->serialize(os);
|
||||
m->adapter->serialize(os);
|
||||
}
|
||||
|
||||
cv::MediaFrame::View::View(Ptrs&& ptrs, Strides&& strs, Callback &&cb)
|
||||
|
||||
Reference in New Issue
Block a user