mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 01:08:05 +02:00
gallium/video: Add enabled flag to vpp interface
Signed-off-by: Thong Thai <thong.thai@amd.com> Reviewed-by: David Rosca <david.rosca@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41090>
This commit is contained in:
parent
45250d56fa
commit
cfd2d9f411
1 changed files with 1 additions and 0 deletions
|
|
@ -2151,6 +2151,7 @@ struct pipe_av1_picture_desc
|
|||
|
||||
struct pipe_vpp_blend
|
||||
{
|
||||
bool enabled;
|
||||
enum pipe_video_vpp_blend_mode mode;
|
||||
/* To be used with PIPE_VIDEO_VPP_BLEND_MODE_GLOBAL_ALPHA */
|
||||
float global_alpha;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue