Commit 8c51bcb8 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

mf/evr: Initialize variables which are checked conditionally.

parent edd00eb5
......@@ -2057,8 +2057,8 @@ static const IMFAttributesVtbl video_renderer_attributes_vtbl =
static HRESULT evr_create_object(IMFAttributes *attributes, void *user_context, IUnknown **obj)
{
struct video_renderer *object;
IMFVideoPresenter *presenter;
IMFTransform *mixer;
IMFVideoPresenter *presenter = NULL;
IMFTransform *mixer = NULL;
HRESULT hr;
TRACE("%p, %p, %p.\n", attributes, user_context, obj);
......
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