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
7f87c892
Commit
7f87c892
authored
Aug 30, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfplat: Fix a GUID name.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3a3ace8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main.c
dlls/mfplat/main.c
+1
-1
mfapi.h
include/mfapi.h
+1
-1
No files found.
dlls/mfplat/main.c
View file @
7f87c892
...
...
@@ -681,7 +681,7 @@ const char *debugstr_attr(const GUID *guid)
X
(
MFSampleExtension_3DVideo_SampleFormat
),
X
(
MF_SAMPLEGRABBERSINK_SAMPLE_TIME_OFFSET
),
X
(
MF_MT_SAMPLE_SIZE
),
X
(
MF_MT_AAC_PAYLOAD_T
IM
E
),
X
(
MF_MT_AAC_PAYLOAD_T
YP
E
),
X
(
MF_TOPOLOGY_PLAYBACK_FRAMERATE
),
X
(
MF_SOURCE_READER_D3D11_BIND_FLAGS
),
X
(
MF_MT_AUDIO_FOLDDOWN_MATRIX
),
...
...
include/mfapi.h
View file @
7f87c892
...
...
@@ -261,7 +261,7 @@ DEFINE_GUID(MF_MT_AUDIO_WMADRC_AVGREF, 0x9d62927f, 0x36be, 0x4cf
DEFINE_GUID
(
MF_MT_AUDIO_WMADRC_AVGTARGET
,
0x9d629280
,
0x36be
,
0x4cf2
,
0xb5
,
0xc4
,
0xa3
,
0x92
,
0x6e
,
0x3e
,
0x87
,
0x11
);
DEFINE_GUID
(
MF_MT_AUDIO_PREFER_WAVEFORMATEX
,
0xa901aaba
,
0xe037
,
0x458a
,
0xbd
,
0xf6
,
0x54
,
0x5b
,
0xe2
,
0x07
,
0x40
,
0x42
);
DEFINE_GUID
(
MF_MT_AUDIO_FLAC_MAX_BLOCK_SIZE
,
0x8b81adae
,
0x4b5a
,
0x4d40
,
0x80
,
0x22
,
0xf3
,
0x8d
,
0x09
,
0xca
,
0x3c
,
0x5c
);
DEFINE_GUID
(
MF_MT_AAC_PAYLOAD_T
IM
E
,
0xbfbabe79
,
0x7434
,
0x4d1c
,
0x94
,
0xf0
,
0x72
,
0xa3
,
0xb9
,
0xe1
,
0x71
,
0x88
);
DEFINE_GUID
(
MF_MT_AAC_PAYLOAD_T
YP
E
,
0xbfbabe79
,
0x7434
,
0x4d1c
,
0x94
,
0xf0
,
0x72
,
0xa3
,
0xb9
,
0xe1
,
0x71
,
0x88
);
DEFINE_GUID
(
MF_MT_AAC_AUDIO_PROFILE_LEVEL_INDICATION
,
0x7632f0e6
,
0x9538
,
0x4d61
,
0xac
,
0xda
,
0xea
,
0x29
,
0xc8
,
0xc1
,
0x44
,
0x56
);
DEFINE_GUID
(
MFT_CATEGORY_VIDEO_DECODER
,
0xd6c02d4b
,
0x6833
,
0x45b4
,
0x97
,
0x1a
,
0x05
,
0xa4
,
0xb0
,
0x4b
,
0xab
,
0x91
);
...
...
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