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
da2c20a2
Commit
da2c20a2
authored
Mar 25, 2024
by
Rémi Bernon
Committed by
Alexandre Julliard
Mar 25, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mf/tests: Check that pan scan and geometric apertures are set.
parent
624e87a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
transform.c
dlls/mf/tests/transform.c
+10
-0
No files found.
dlls/mf/tests/transform.c
View file @
da2c20a2
...
...
@@ -4090,6 +4090,8 @@ static void test_h264_decoder(void)
ATTR_UINT32
(
MF_MT_FIXED_SIZE_SAMPLES
,
1
),
ATTR_UINT32
(
MF_MT_ALL_SAMPLES_INDEPENDENT
,
1
),
ATTR_BLOB
(
MF_MT_MINIMUM_DISPLAY_APERTURE
,
&
actual_aperture
,
16
),
ATTR_BLOB
(
MF_MT_GEOMETRIC_APERTURE
,
&
actual_aperture
,
16
,
.
todo
=
TRUE
),
ATTR_BLOB
(
MF_MT_PAN_SCAN_APERTURE
,
&
actual_aperture
,
16
,
.
todo
=
TRUE
),
},
{
ATTR_GUID
(
MF_MT_MAJOR_TYPE
,
MFMediaType_Video
),
...
...
@@ -4104,6 +4106,8 @@ static void test_h264_decoder(void)
ATTR_UINT32
(
MF_MT_FIXED_SIZE_SAMPLES
,
1
),
ATTR_UINT32
(
MF_MT_ALL_SAMPLES_INDEPENDENT
,
1
),
ATTR_BLOB
(
MF_MT_MINIMUM_DISPLAY_APERTURE
,
&
actual_aperture
,
16
),
ATTR_BLOB
(
MF_MT_GEOMETRIC_APERTURE
,
&
actual_aperture
,
16
,
.
todo
=
TRUE
),
ATTR_BLOB
(
MF_MT_PAN_SCAN_APERTURE
,
&
actual_aperture
,
16
,
.
todo
=
TRUE
),
},
{
ATTR_GUID
(
MF_MT_MAJOR_TYPE
,
MFMediaType_Video
),
...
...
@@ -4118,6 +4122,8 @@ static void test_h264_decoder(void)
ATTR_UINT32
(
MF_MT_FIXED_SIZE_SAMPLES
,
1
),
ATTR_UINT32
(
MF_MT_ALL_SAMPLES_INDEPENDENT
,
1
),
ATTR_BLOB
(
MF_MT_MINIMUM_DISPLAY_APERTURE
,
&
actual_aperture
,
16
),
ATTR_BLOB
(
MF_MT_GEOMETRIC_APERTURE
,
&
actual_aperture
,
16
,
.
todo
=
TRUE
),
ATTR_BLOB
(
MF_MT_PAN_SCAN_APERTURE
,
&
actual_aperture
,
16
,
.
todo
=
TRUE
),
},
{
ATTR_GUID
(
MF_MT_MAJOR_TYPE
,
MFMediaType_Video
),
...
...
@@ -4132,6 +4138,8 @@ static void test_h264_decoder(void)
ATTR_UINT32
(
MF_MT_FIXED_SIZE_SAMPLES
,
1
),
ATTR_UINT32
(
MF_MT_ALL_SAMPLES_INDEPENDENT
,
1
),
ATTR_BLOB
(
MF_MT_MINIMUM_DISPLAY_APERTURE
,
&
actual_aperture
,
16
),
ATTR_BLOB
(
MF_MT_GEOMETRIC_APERTURE
,
&
actual_aperture
,
16
,
.
todo
=
TRUE
),
ATTR_BLOB
(
MF_MT_PAN_SCAN_APERTURE
,
&
actual_aperture
,
16
,
.
todo
=
TRUE
),
},
{
ATTR_GUID
(
MF_MT_MAJOR_TYPE
,
MFMediaType_Video
),
...
...
@@ -4146,6 +4154,8 @@ static void test_h264_decoder(void)
ATTR_UINT32
(
MF_MT_FIXED_SIZE_SAMPLES
,
1
),
ATTR_UINT32
(
MF_MT_ALL_SAMPLES_INDEPENDENT
,
1
),
ATTR_BLOB
(
MF_MT_MINIMUM_DISPLAY_APERTURE
,
&
actual_aperture
,
16
),
ATTR_BLOB
(
MF_MT_GEOMETRIC_APERTURE
,
&
actual_aperture
,
16
,
.
todo
=
TRUE
),
ATTR_BLOB
(
MF_MT_PAN_SCAN_APERTURE
,
&
actual_aperture
,
16
,
.
todo
=
TRUE
),
},
};
const
MFT_OUTPUT_STREAM_INFO
initial_output_info
=
...
...
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