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
80b6555e
Commit
80b6555e
authored
Mar 23, 2021
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfplat: Remove duplicated GUID entry from attribute tracing.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
183394cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
main.c
dlls/mfplat/main.c
+3
-2
No files found.
dlls/mfplat/main.c
View file @
80b6555e
...
...
@@ -1511,6 +1511,7 @@ const char *debugstr_attr(const GUID *guid)
static
const
struct
guid_def
guid_defs
[]
=
{
#define X(g) { &(g), #g }
#define MF_READER_WRITER_D3D_MANAGER MF_SOURCE_READER_D3D_MANAGER
X
(
MF_READWRITE_MMCSS_CLASS
),
X
(
MF_TOPONODE_MARKIN_HERE
),
X
(
MF_MT_H264_SUPPORTED_SYNC_FRAME_TYPES
),
...
...
@@ -1728,8 +1729,7 @@ const char *debugstr_attr(const GUID *guid)
X
(
MF_SA_D3D11_ALLOW_DYNAMIC_YUV_TEXTURE
),
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_READER_WRITER_D3D_MANAGER
),
X
(
MFSampleExtension_3DVideo
),
X
(
MF_MT_H264_USAGE
),
X
(
MF_MEDIA_ENGINE_EME_CALLBACK
),
...
...
@@ -1863,6 +1863,7 @@ const char *debugstr_attr(const GUID *guid)
X
(
MF_AUDIO_RENDERER_ATTRIBUTE_ENDPOINT_ROLE
),
X
(
MF_MT_VIDEO_3D_LEFT_IS_BASE
),
X
(
MF_TOPONODE_WORKQUEUE_MMCSS_TASKID
),
#undef MF_READER_WRITER_D3D_MANAGER
#undef X
};
struct
guid_def
*
ret
=
NULL
;
...
...
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