msdk: map MFX_FOURCC_RGB565 to VA_FOURCC_RGB565
This commit is contained in:
parent
a09cff84ce
commit
52b5a7e206
@ -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…
x
Reference in New Issue
Block a user