Kirill K. Smirnov : mciavi32: Fix typo.

Alexandre Julliard julliard at winehq.org
Tue Mar 24 09:02:01 CDT 2009


Module: wine
Branch: master
Commit: e66e4894178d0926f4b3f2b2cd82d3781f6a9694
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e66e4894178d0926f4b3f2b2cd82d3781f6a9694

Author: Kirill K. Smirnov <lich at math.spbu.ru>
Date:   Sat Mar 14 02:18:10 2009 +0300

mciavi32: Fix typo.

---

 dlls/mciavi32/mmoutput.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/mciavi32/mmoutput.c b/dlls/mciavi32/mmoutput.c
index f7118ff..f9d1ddd 100644
--- a/dlls/mciavi32/mmoutput.c
+++ b/dlls/mciavi32/mmoutput.c
@@ -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;




More information about the wine-cvs mailing list