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:
@@ -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
|
||||
|
Reference in New Issue
Block a user