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

Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gijs Vermeulen 2020-08-18 14:34:38 +02:00 committed by Alexandre Julliard
parent 2b85d7e21c
commit 7c229f647b
1 changed files with 1 additions and 1 deletions

View File

@ -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: