mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue