mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
msdk: Add more video format mapping
BGRx format can be supported with Msdk's RGB4
This commit is contained in:
parent
5184f85d77
commit
96c6a04d7a
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue