mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
msdk: map MFX_FOURCC_P010 to VA_FOURCC_P010
This commit is contained in:
parent
dc070a8306
commit
f72c825194
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ static const struct fourcc_map gst_msdk_fourcc_mfx_to_va[] = {
|
|||
FOURCC_MFX_TO_VA (YV12, YV12),
|
||||
FOURCC_MFX_TO_VA (RGB4, ARGB),
|
||||
FOURCC_MFX_TO_VA (P8, P208),
|
||||
FOURCC_MFX_TO_VA (P010, P010),
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue