Commit 2e89cb40 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mfplat/tests: Use MF_ATTRIBUTE_TYPE type in IMFMediaType_GetItemType call.

parent e935c242
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment