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
4c3e5312
Commit
4c3e5312
authored
Jun 25, 2019
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jun 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfplat: Add MF_LOW_LATENCY attribute GUID.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
808fe254
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
main.c
dlls/mfplat/main.c
+2
-1
mfapi.h
include/mfapi.h
+2
-0
No files found.
dlls/mfplat/main.c
View file @
4c3e5312
...
...
@@ -630,6 +630,7 @@ const char *debugstr_attr(const GUID *guid)
X
(
MF_TOPOLOGY_DYNAMIC_CHANGE_NOT_ALLOWED
),
X
(
MF_MT_ALPHA_MODE
),
X
(
MF_TOPOLOGY_PLAYBACK_MAX_DIMS
),
X
(
MF_LOW_LATENCY
),
X
(
MF_READWRITE_ENABLE_HARDWARE_TRANSFORMS
),
X
(
MF_MT_PIXEL_ASPECT_RATIO
),
X
(
MF_TOPOLOGY_ENABLE_XVP_FOR_PLAYBACK
),
...
...
@@ -721,8 +722,8 @@ const char *debugstr_attr(const GUID *guid)
X
(
MF_TOPONODE_DISABLE_PREROLL
),
X
(
MF_MT_VIDEO_3D_FORMAT
),
X
(
MF_EVENT_STREAM_METADATA_KEYDATA
),
X
(
MF_SINK_WRITER_D3D_MANAGER
),
X
(
MF_SOURCE_READER_D3D_MANAGER
),
X
(
MF_SINK_WRITER_D3D_MANAGER
),
X
(
MFSampleExtension_3DVideo
),
X
(
MF_EVENT_SOURCE_FAKE_START
),
X
(
MF_EVENT_SOURCE_PROJECTSTART
),
...
...
include/mfapi.h
View file @
4c3e5312
...
...
@@ -320,6 +320,8 @@ DEFINE_GUID(MF_EVENT_STREAM_METADATA_SYSTEMID, 0x1ea2ef64, 0xba16, 0x4a
DEFINE_GUID
(
MF_EVENT_TOPOLOGY_STATUS
,
0x30c5018d
,
0x9a53
,
0x454b
,
0xad
,
0x9e
,
0x6d
,
0x5f
,
0x8f
,
0xa7
,
0xc4
,
0x3b
);
DEFINE_GUID
(
MF_EVENT_OUTPUT_NODE
,
0x830f1a8b
,
0xc060
,
0x46dd
,
0xa8
,
0x01
,
0x1c
,
0x95
,
0xde
,
0xc9
,
0xb1
,
0x07
);
DEFINE_GUID
(
MF_LOW_LATENCY
,
0x9c27891a
,
0xed7a
,
0x40e1
,
0x88
,
0xe8
,
0xb2
,
0x27
,
0x27
,
0xa0
,
0x24
,
0xee
);
typedef
unsigned
__int64
MFWORKITEM_KEY
;
typedef
enum
...
...
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