mfplat: Avoid implicit cast in IMFAttributes_GetUINT32 call.
This commit is contained in:
parent
b4fa0147e3
commit
e935c242c3
1 changed files with 1 additions and 1 deletions
|
@ -1423,7 +1423,7 @@ static HRESULT sample_allocator_initialize(struct sample_allocator *allocator, u
|
|||
unsigned int i, value;
|
||||
GUID major, subtype;
|
||||
UINT64 frame_size;
|
||||
D3D11_USAGE usage;
|
||||
UINT32 usage;
|
||||
HRESULT hr;
|
||||
|
||||
if (FAILED(hr = IMFMediaType_GetMajorType(media_type, &major)))
|
||||
|
|
Loading…
Add table
Reference in a new issue