mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
msdk: map MFX_FOURCC_RGB565 to VA_FOURCC_RGB565
This commit is contained in:
parent
a09cff84ce
commit
52b5a7e206
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ static const struct fourcc_map gst_msdk_fourcc_mfx_to_va[] = {
|
|||
FOURCC_MFX_TO_VA (RGB4, ARGB),
|
||||
FOURCC_MFX_TO_VA (P8, P208),
|
||||
FOURCC_MFX_TO_VA (P010, P010),
|
||||
FOURCC_MFX_TO_VA (RGB565, RGB565),
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue