Commit e935c242 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mfplat: Avoid implicit cast in IMFAttributes_GetUINT32 call.

parent b4fa0147
...@@ -1423,7 +1423,7 @@ static HRESULT sample_allocator_initialize(struct sample_allocator *allocator, u ...@@ -1423,7 +1423,7 @@ static HRESULT sample_allocator_initialize(struct sample_allocator *allocator, u
unsigned int i, value; unsigned int i, value;
GUID major, subtype; GUID major, subtype;
UINT64 frame_size; UINT64 frame_size;
D3D11_USAGE usage; UINT32 usage;
HRESULT hr; HRESULT hr;
if (FAILED(hr = IMFMediaType_GetMajorType(media_type, &major))) if (FAILED(hr = IMFMediaType_GetMajorType(media_type, &major)))
......
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