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
96c6a04d
Commit
96c6a04d
authored
Apr 24, 2018
by
Sreerenj Balachandran
Browse files
msdk: Add more video format mapping
BGRx format can be supported with Msdk's RGB4
parent
5184f85d
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/msdk/msdk.c
View file @
96c6a04d
...
...
@@ -56,6 +56,7 @@ static const struct map gst_msdk_video_format_to_mfx_map[] = {
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
),
GST_VIDEO_INFO_TO_MFX_MAP
(
BGRx
,
YUV444
,
RGB4
),
{
0
,
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