Merge pull request #21230 from sivanov-work:gapi_win32_vpl_fix

G-API: Fix Win32 build: uint64_t ->size_t

* Fix Win32 build: uint64_t ->size_t

* Fix for MAC
This commit is contained in:
Sergey Ivanov
2021-12-10 11:58:59 +03:00
committed by GitHub
parent 9bcb006ec7
commit b70370f3fd
3 changed files with 9 additions and 5 deletions
@@ -61,7 +61,7 @@ struct GAPI_EXPORTS CfgParam {
*
*/
static constexpr const char *frames_pool_size_name() { return "frames_pool_size"; }
static CfgParam create_frames_pool_size(uint64_t value);
static CfgParam create_frames_pool_size(size_t value);
/**
* @brief acceleration_mode_name