msdk: map GST_VIDEO_FORMAT_RGB16 to MFX_FOURCC_RGB565

This commit is contained in:
Haihao Xiang 2019-02-25 13:23:49 +08:00 committed by Víctor Manuel Jáquez Leal
parent ba62917fbf
commit 197f7f569b

View file

@ -58,6 +58,7 @@ static const struct map gst_msdk_video_format_to_mfx_map[] = {
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),
GST_VIDEO_INFO_TO_MFX_MAP (RGB16, YUV444, RGB565),
{0, 0, 0}
};