diff --git a/src/gallium/include/pipe/p_video_enums.h b/src/gallium/include/pipe/p_video_enums.h index 49aad79ec62..0efc97bf824 100644 --- a/src/gallium/include/pipe/p_video_enums.h +++ b/src/gallium/include/pipe/p_video_enums.h @@ -472,6 +472,8 @@ enum pipe_video_cap_slice_structure * for all slices except for the last one, which must be equal or smaller * to the previous slices. */ PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_MULTI_ROWS = 0x00000020, + /* Driver supports PIPE_VIDEO_SLICE_MODE_AUTO. */ + PIPE_VIDEO_CAP_SLICE_STRUCTURE_AUTO = 0x00000040, }; enum pipe_video_enc_intra_refresh_mode