mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
amd/vpelib: add TF_BT709
[HOW] Add VPE_SURFACE_PIXEL_FORMAT_VIDEO_420_10bpc_YCrCb -> VPE_TF_BT709 in vpe_visual_confirm.c Reviewed-by: Tomson Chang <Tomson.Chang@amd.com> Reviewed-by: Min-Hsuan You <Min-Hsuan.You@amd.com> Acked-by: ChuanYu Tseng <ChuanYu.Tseng@amd.com> Signed-off-by: Han, Szu Chih <SzuChih.Han@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35012>
This commit is contained in:
parent
3bd03b3cb0
commit
8bdbd12508
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ struct vpe_color vpe_get_visual_confirm_color(enum vpe_surface_pixel_format form
|
|||
case VPE_TF_G22:
|
||||
case VPE_TF_G24:
|
||||
case VPE_TF_SRGB:
|
||||
case VPE_TF_BT709:
|
||||
visual_confirm_color.rgba.r = 1.0;
|
||||
visual_confirm_color.rgba.g = 1.0;
|
||||
visual_confirm_color.rgba.b = 0.0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue