msdk: use mfxU32 instead of uint32_t
Msdk should use mfx variables defined in mfxdefs.h. Replace uint32_t with mfxU32. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2091>
This commit is contained in:
parent
5020a6e83a
commit
4e97cc24a7
@ -187,7 +187,7 @@ msdk_init_msdk_session (mfxIMPL impl, mfxVersion * pver,
|
||||
mfxStatus sts = MFX_ERR_NONE;
|
||||
mfxLoader loader = NULL;
|
||||
mfxSession session = NULL;
|
||||
uint32_t impl_idx = 0;
|
||||
mfxU32 impl_idx = 0;
|
||||
mfxConfig cfg;
|
||||
mfxVariant impl_value;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user