mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
msdk: map GST_VIDEO_FORMAT_VUYA to MFX_FOURCC_AYUV
This commit is contained in:
parent
28a1b0c418
commit
f7863cc741
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue