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
7fe6ae49
Commit
7fe6ae49
authored
Jan 26, 2022
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jan 26, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mf/tests: Add another format to Video Processor supported formats list.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
84f0f115
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mf.c
dlls/mf/tests/mf.c
+1
-0
mfapi.h
include/mfapi.h
+1
-0
No files found.
dlls/mf/tests/mf.c
View file @
7fe6ae49
...
...
@@ -3382,6 +3382,7 @@ static BOOL is_supported_video_type(const GUID *guid)
||
IsEqualGUID
(
guid
,
&
MFVideoFormat_IYUV
)
||
IsEqualGUID
(
guid
,
&
MFVideoFormat_YV12
)
||
IsEqualGUID
(
guid
,
&
MFVideoFormat_NV12
)
||
IsEqualGUID
(
guid
,
&
MFVideoFormat_NV21
)
||
IsEqualGUID
(
guid
,
&
MFVideoFormat_420O
)
||
IsEqualGUID
(
guid
,
&
MFVideoFormat_P010
)
||
IsEqualGUID
(
guid
,
&
MFVideoFormat_P016
)
...
...
include/mfapi.h
View file @
7fe6ae49
...
...
@@ -109,6 +109,7 @@ DEFINE_MEDIATYPE_GUID(MFVideoFormat_MSS1, MAKEFOURCC('M','S','S','1'));
DEFINE_MEDIATYPE_GUID
(
MFVideoFormat_MSS2
,
MAKEFOURCC
(
'M'
,
'S'
,
'S'
,
'2'
));
DEFINE_MEDIATYPE_GUID
(
MFVideoFormat_NV11
,
MAKEFOURCC
(
'N'
,
'V'
,
'1'
,
'1'
));
DEFINE_MEDIATYPE_GUID
(
MFVideoFormat_NV12
,
MAKEFOURCC
(
'N'
,
'V'
,
'1'
,
'2'
));
DEFINE_MEDIATYPE_GUID
(
MFVideoFormat_NV21
,
MAKEFOURCC
(
'N'
,
'V'
,
'2'
,
'1'
));
DEFINE_MEDIATYPE_GUID
(
MFVideoFormat_ORAW
,
MAKEFOURCC
(
'O'
,
'R'
,
'A'
,
'W'
));
DEFINE_MEDIATYPE_GUID
(
MFVideoFormat_P010
,
MAKEFOURCC
(
'P'
,
'0'
,
'1'
,
'0'
));
DEFINE_MEDIATYPE_GUID
(
MFVideoFormat_P016
,
MAKEFOURCC
(
'P'
,
'0'
,
'1'
,
'6'
));
...
...
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