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
2734b266
Commit
2734b266
authored
Mar 20, 2024
by
Rémi Bernon
Committed by
Alexandre Julliard
Mar 21, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfplat/tests: Add some broken results for Win7.
parent
0bffa322
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
mfplat.c
dlls/mfplat/tests/mfplat.c
+3
-1
No files found.
dlls/mfplat/tests/mfplat.c
View file @
2734b266
...
...
@@ -10868,7 +10868,9 @@ static void test_MFInitMediaTypeFromVideoInfoHeader2(void)
ok
(
hr
==
S_OK
,
"Unexpected hr %#lx.
\n
"
,
hr
);
hr
=
IMFMediaType_GetUINT32
(
media_type
,
&
MF_MT_INTERLACE_MODE
,
&
value32
);
ok
(
hr
==
S_OK
,
"Unexpected hr %#lx.
\n
"
,
hr
);
ok
(
value32
==
MFVideoInterlace_MixedInterlaceOrProgressive
,
"Unexpected value %#x.
\n
"
,
value32
);
ok
(
value32
==
MFVideoInterlace_MixedInterlaceOrProgressive
||
broken
(
value32
==
MFVideoInterlace_FieldInterleavedLowerFirst
)
/* Win7 */
,
"Unexpected value %#x.
\n
"
,
value32
);
vih
.
dwPictAspectRatioX
=
123
;
hr
=
MFInitMediaTypeFromVideoInfoHeader2
(
media_type
,
&
vih
,
sizeof
(
vih
),
&
GUID_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