Commit 223d2945 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

mfmediaengine: Use correct integral type.

parent 6c2d0bb9
......@@ -1074,8 +1074,8 @@ static HRESULT media_engine_create_video_renderer(struct media_engine *engine, I
static HRESULT media_engine_create_topology(struct media_engine *engine, IMFMediaSource *source)
{
IMFStreamDescriptor *sd_audio = NULL, *sd_video = NULL;
unsigned int stream_count = 0, i;
IMFPresentationDescriptor *pd;
DWORD stream_count = 0, i;
IMFTopology *topology;
UINT64 duration;
HRESULT hr;
......
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