Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ff36b5c8
Commit
ff36b5c8
authored
Jan 07, 2017
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: A couple of spelling fixes in comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f0a5b139
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
filtergraph.c
dlls/quartz/tests/filtergraph.c
+1
-1
vmr9.c
dlls/quartz/vmr9.c
+1
-1
No files found.
dlls/quartz/tests/filtergraph.c
View file @
ff36b5c8
...
...
@@ -157,7 +157,7 @@ static void test_basic_video(void)
ok
(
top
==
video_height
/
3
,
"expected %d, got %d
\n
"
,
video_height
/
3
,
top
);
ok
(
height
==
video_height
/
4
+
1
,
"expected %d, got %d
\n
"
,
video_height
/
4
+
1
,
height
);
/* test desination rectangle */
/* test des
t
ination rectangle */
hr
=
IBasicVideo_GetDestinationPosition
(
pbv
,
NULL
,
NULL
,
NULL
,
NULL
);
ok
(
hr
==
E_POINTER
,
"IBasicVideo_GetDestinationPosition returned: %x
\n
"
,
hr
);
hr
=
IBasicVideo_GetDestinationPosition
(
pbv
,
&
left
,
&
top
,
NULL
,
NULL
);
...
...
dlls/quartz/vmr9.c
View file @
ff36b5c8
...
...
@@ -3028,7 +3028,7 @@ static HRESULT WINAPI VMR9_SurfaceAllocator_AdviseNotify(IVMRSurfaceAllocatorEx9
TRACE
(
"(%p/%p)->(...)
\n
"
,
iface
,
This
);
/* No AddRef taken here or the base VMR9 filter would never be destro
i
ed */
/* No AddRef taken here or the base VMR9 filter would never be destro
y
ed */
This
->
SurfaceAllocatorNotify
=
allocnotify
;
return
S_OK
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment