1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

mfplat/tests: Use MF_ATTRIBUTE_TYPE type in IMFMediaType_GetItemType call.

This commit is contained in:
Jacek Caban 2023-12-09 12:21:34 +01:00 committed by Alexandre Julliard
parent e935c242c3
commit 2e89cb4040

View file

@ -5069,7 +5069,8 @@ static void test_attributes_serialization(void)
static void test_wrapped_media_type(void)
{
IMFMediaType *mediatype, *mediatype2;
UINT32 count, type;
MF_ATTRIBUTE_TYPE type;
UINT32 count;
HRESULT hr;
GUID guid;