Commit 7c229f64 authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

evr: Fix typo in video_mixer_init_dxva_videodesc() (Coverity).

parent 2b85d7e2
......@@ -545,7 +545,7 @@ static HRESULT video_mixer_init_dxva_videodesc(IMFMediaType *media_type, DXVA2_V
memset(video_desc, 0, sizeof(*video_desc));
video_desc->SampleWidth = video_format->videoInfo.dwWidth;
video_desc->SampleWidth = video_format->videoInfo.dwHeight;
video_desc->SampleHeight = video_format->videoInfo.dwHeight;
video_desc->Format = video_format->surfaceInfo.Format;
done:
......
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