msdk: map GST_VIDEO_FORMAT_RGB16 to MFX_FOURCC_RGB565
This commit is contained in:
parent
ba62917fbf
commit
197f7f569b
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user