msdk: map GST_VIDEO_FORMAT_VUYA to MFX_FOURCC_AYUV

This commit is contained in:
Haihao Xiang 2019-03-08 12:13:05 +08:00 committed by Tim-Philipp Müller
parent 28a1b0c418
commit f7863cc741

View file

@ -61,6 +61,7 @@ static const struct map gst_msdk_video_format_to_mfx_map[] = {
#if (MFX_VERSION >= 1028)
GST_VIDEO_INFO_TO_MFX_MAP (RGB16, YUV444, RGB565),
#endif
GST_VIDEO_INFO_TO_MFX_MAP (VUYA, YUV444, AYUV),
{0, 0, 0}
};