mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
vl: add cap for stacking frames
Signed-off-by: Leo Liu <leo.liu@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
973988ab8d
commit
716a67da12
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ enum pipe_video_cap
|
|||
PIPE_VIDEO_CAP_PREFERS_INTERLACED = 5,
|
||||
PIPE_VIDEO_CAP_SUPPORTS_PROGRESSIVE = 6,
|
||||
PIPE_VIDEO_CAP_SUPPORTS_INTERLACED = 7,
|
||||
PIPE_VIDEO_CAP_MAX_LEVEL = 8
|
||||
PIPE_VIDEO_CAP_MAX_LEVEL = 8,
|
||||
PIPE_VIDEO_CAP_STACKED_FRAMES = 9
|
||||
};
|
||||
|
||||
enum pipe_video_entrypoint
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue