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
54451b73
Commit
54451b73
authored
Oct 19, 2018
by
Haihao Xiang
Committed by
Víctor Manuel Jáquez Leal
Nov 26, 2018
Browse files
msdk: map GST_VIDEO_FORMAT_P010_10LE to MFX_FOURCC_P010
parent
1d97a6f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/msdk/msdk.c
View file @
54451b73
...
...
@@ -53,6 +53,7 @@ static const struct map gst_msdk_video_format_to_mfx_map[] = {
GST_VIDEO_INFO_TO_MFX_MAP
(
NV12
,
YUV420
,
NV12
),
GST_VIDEO_INFO_TO_MFX_MAP
(
YV12
,
YUV420
,
YV12
),
GST_VIDEO_INFO_TO_MFX_MAP
(
I420
,
YUV420
,
YV12
),
GST_VIDEO_INFO_TO_MFX_MAP
(
P010_10LE
,
YUV420
,
P010
),
GST_VIDEO_INFO_TO_MFX_MAP
(
YUY2
,
YUV422
,
YUY2
),
GST_VIDEO_INFO_TO_MFX_MAP
(
UYVY
,
YUV422
,
UYVY
),
GST_VIDEO_INFO_TO_MFX_MAP
(
BGRA
,
YUV444
,
RGB4
),
...
...
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