1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Address several comments

This commit is contained in:
SergeyIvanov87
2022-07-13 18:49:48 +03:00
parent 1dee848d3e
commit 9ffb67478f
5 changed files with 12 additions and 14 deletions
@@ -557,7 +557,7 @@ int main(int argc, char *argv[]) {
}
gpu_accel_device = cv::util::make_optional(
cv::gapi::wip::onevpl::create_vaapi_device(reinterpret_cast<void*>(va_handle),
"GPU", device_fd));
"GPU"));
gpu_accel_ctx = cv::util::make_optional(
cv::gapi::wip::onevpl::create_vaapi_context(nullptr));
#endif // defined(HAVE_VA) || defined(HAVE_VA_INTEL)