msdk: map GST_VIDEO_FORMAT_Y410 to MFX_FOURCC_Y410

This commit is contained in:
Haihao Xiang 2019-05-31 15:13:47 +08:00 committed by Víctor Manuel Jáquez Leal
parent 49ae5c2de4
commit 9b43a5621f

View file

@ -65,6 +65,7 @@ static const struct map gst_msdk_video_format_to_mfx_map[] = {
GST_VIDEO_INFO_TO_MFX_MAP (BGR10A2_LE, YUV444, A2RGB10),
#if (MFX_VERSION >= 1027)
GST_VIDEO_INFO_TO_MFX_MAP (Y210, YUV422, Y210),
GST_VIDEO_INFO_TO_MFX_MAP (Y410, YUV444, Y410),
#endif
{0, 0, 0}
};