mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
frontends/va: Add BT.709 as supported postproc color standard
Reviewed-by: Leo Liu <leo.liu@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24788>
This commit is contained in:
parent
33dc69b9fa
commit
87e2d5d605
1 changed files with 4 additions and 2 deletions
|
|
@ -1367,11 +1367,13 @@ vlVaQueryVideoProcFilterCaps(VADriverContextP ctx, VAContextID context,
|
|||
}
|
||||
|
||||
static VAProcColorStandardType vpp_input_color_standards[] = {
|
||||
VAProcColorStandardBT601
|
||||
VAProcColorStandardBT601,
|
||||
VAProcColorStandardBT709
|
||||
};
|
||||
|
||||
static VAProcColorStandardType vpp_output_color_standards[] = {
|
||||
VAProcColorStandardBT601
|
||||
VAProcColorStandardBT601,
|
||||
VAProcColorStandardBT709
|
||||
};
|
||||
|
||||
VAStatus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue