diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h index ea35df58091..28044d3bba3 100644 --- a/src/gallium/include/pipe/p_video_state.h +++ b/src/gallium/include/pipe/p_video_state.h @@ -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;