mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 20:00:38 +01:00
pipe: Add PIPE_VIDEO_CAP_SLICE_STRUCTURE_AUTO for PIPE_VIDEO_SLICE_MODE_AUTO
Reviewed-by: Ruijing Dong <ruijing.dong@amd.com> Reviewed-by: Pohsiang (John) Hsu <pohhsu@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39830>
This commit is contained in:
parent
628754b5b8
commit
a67fa7d5f8
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue