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:
David Rosca
2023-08-17 14:47:10 +02:00
committed by Marge Bot
parent 33dc69b9fa
commit 87e2d5d605

View File

@@ -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