Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philippe Normand
gst-plugins-bad
Commits
f72c8251
Commit
f72c8251
authored
Nov 16, 2018
by
Haihao Xiang
Committed by
Víctor Manuel Jáquez Leal
Nov 26, 2018
Browse files
msdk: map MFX_FOURCC_P010 to VA_FOURCC_P010
parent
dc070a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/msdk/msdk_libva.c
View file @
f72c8251
...
...
@@ -61,6 +61,7 @@ static const struct fourcc_map gst_msdk_fourcc_mfx_to_va[] = {
FOURCC_MFX_TO_VA
(
YV12
,
YV12
),
FOURCC_MFX_TO_VA
(
RGB4
,
ARGB
),
FOURCC_MFX_TO_VA
(
P8
,
P208
),
FOURCC_MFX_TO_VA
(
P010
,
P010
),
{
0
,
0
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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