http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aebd4f
)
mciavi32: Fix typo.
author
Kirill K. Smirnov
<lich@math.spbu.ru>
Fri, 13 Mar 2009 23:18:10 +0000
(
02:18
+0300)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 24 Mar 2009 12:54:18 +0000
(13:54 +0100)
dlls/mciavi32/mmoutput.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mciavi32/mmoutput.c
b/dlls/mciavi32/mmoutput.c
index f7118ff6ca325636ad25ad18952d879fe4d462e6..f9d1ddd9dd49ed5bad1f90696d4eb76d614d70ed 100644
(file)
--- 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_
audi
o = strh;
+ wma->ash_
vide
o = 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_
vide
o = strh;
+ wma->ash_
audi
o = strh;
if (!MCIAVI_GetInfoAudio(wma, &mmckList, &mmckStream))
return FALSE;