Commit e66e4894 authored by Kirill K. Smirnov's avatar Kirill K. Smirnov Committed by Alexandre Julliard

mciavi32: Fix typo.

parent 0aebd4f3
......@@ -328,7 +328,7 @@ BOOL MCIAVI_GetInfo(WINE_MCIAVI* wma)
WARN("ignoring another video stream\n");
else
{
wma->ash_audio = strh;
wma->ash_video = strh;
if (!MCIAVI_GetInfoVideo(wma, &mmckList, &mmckStream))
return FALSE;
......@@ -342,7 +342,7 @@ BOOL MCIAVI_GetInfo(WINE_MCIAVI* wma)
WARN("ignoring another audio stream\n");
else
{
wma->ash_video = strh;
wma->ash_audio = strh;
if (!MCIAVI_GetInfoAudio(wma, &mmckList, &mmckStream))
return FALSE;
......
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