Skip to content

msdk: use mfxU32 instead of uint32_t

Tong Wu requested to merge tong1wu/gstreamer:mdf_u32 into main

Msdk should use mfx variables defined in mfxdefs.h. Replace uint32_t with mfxU32.

Merge request reports