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
6c3dbcdf
Commit
6c3dbcdf
authored
Mar 09, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Update MF resolver flags.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
471425c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
mfidl.idl
include/mfidl.idl
+14
-7
No files found.
include/mfidl.idl
View file @
6c3dbcdf
...
...
@@ -925,13 +925,20 @@ interface IMFMediaSourceTopologyProvider : IUnknown
HRESULT
GetMediaSourceTopology
(
[
in
]
IMFPresentationDescriptor
*
pd
,
[
out
]
IMFTopology
**
topology
)
;
}
cpp_quote
(
"#define MF_RESOLUTION_MEDIASOURCE 0x00000001"
)
cpp_quote
(
"#define MF_RESOLUTION_BYTESTREAM 0x00000002"
)
cpp_quote
(
"#define MF_RESOLUTION_CONTENT_DOES_NOT_HAVE_TO_MATCH_EXTENSION_OR_MIME_TYPE 0x00000010"
)
cpp_quote
(
"#define MF_RESOLUTION_KEEP_BYTE_STREAM_ALIVE_ON_FAIL 0x00000020"
)
cpp_quote
(
"#define MF_RESOLUTION_READ 0x00010000"
)
cpp_quote
(
"#define MF_RESOLUTION_WRITE 0x00020000"
)
cpp_quote
(
"#define MF_RESOLUTION_DISABLE_LOCAL_PLUGINS 0x00000040"
)
enum
{
MF_RESOLUTION_MEDIASOURCE
=
0
x00000001
,
MF_RESOLUTION_BYTESTREAM
=
0
x00000002
,
MF_RESOLUTION_CONTENT_DOES_NOT_HAVE_TO_MATCH_EXTENSION_OR_MIME_TYPE
=
0
x00000010
,
MF_RESOLUTION_KEEP_BYTE_STREAM_ALIVE_ON_FAIL
=
0
x00000020
,
MF_RESOLUTION_DISABLE_LOCAL_PLUGINS
=
0
x00000040
,
MF_RESOLUTION_PLUGIN_CONTROL_POLICY_APPROVED_ONLY
=
0
x00000080
,
MF_RESOLUTION_PLUGIN_CONTROL_POLICY_WEB_ONLY
=
0
x00000100
,
MF_RESOLUTION_PLUGIN_CONTROL_POLICY_WEB_ONLY_EDGEMODE
=
0
x00000200
,
MF_RESOLUTION_ENABLE_STORE_PLUGINS
=
0
x00000400
,
MF_RESOLUTION_READ
=
0
x00010000
,
MF_RESOLUTION_WRITE
=
0
x00020000
,
}
;
cpp_quote
(
"#ifdef __cplusplus"
)
cpp_quote
(
"static inline HRESULT MFSetAttributeSize(IMFAttributes *attributes, REFGUID key, UINT32 width, UINT32 height)"
)
...
...
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