mfplat/tests: Use MF_ATTRIBUTE_TYPE type in IMFMediaType_GetItemType call.
This commit is contained in:
parent
e935c242c3
commit
2e89cb4040
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue