mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
msdk: map GST_VIDEO_FORMAT_Y410 to MFX_FOURCC_Y410
This commit is contained in:
parent
49ae5c2de4
commit
9b43a5621f
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue