Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
b4fa0147
Commit
b4fa0147
authored
Dec 09, 2023
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 31, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mf: Avoid implicit enum to int pointer casts.
parent
452b59bb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
topology_loader.c
dlls/mf/topology_loader.c
+2
-2
No files found.
dlls/mf/topology_loader.c
View file @
b4fa0147
...
...
@@ -386,8 +386,8 @@ static HRESULT topology_branch_connect_down(IMFTopology *topology, MF_CONNECT_ME
{
IMFMediaTypeHandler
*
down_handler
;
IMFMediaType
*
down_type
=
NULL
;
MF_CONNECT_METHOD
method
;
MF_TOPOLOGY_TYPE
type
;
UINT32
method
;
DWORD
flags
;
HRESULT
hr
;
...
...
@@ -465,7 +465,7 @@ static HRESULT topology_branch_foreach_up_types(IMFTopology *topology, MF_CONNEC
static
HRESULT
topology_branch_connect
(
IMFTopology
*
topology
,
MF_CONNECT_METHOD
method_mask
,
struct
topology_branch
*
branch
,
BOOL
enumerate_source_types
)
{
MF_CONNECT_METHOD
method
;
UINT32
method
;
HRESULT
hr
;
TRACE
(
"topology %p, method_mask %#x, branch %s.
\n
"
,
topology
,
method_mask
,
debugstr_topology_branch
(
branch
));
...
...
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