1
0
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:
Maksim Shabunin
2022-01-13 00:13:59 +03:00
parent 19bbe6c67d
commit d5f73f89d8
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -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)