Browse Source

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>
tags/11.0-branchpoint
Leo Liu 10 years ago
parent
commit
716a67da12
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/gallium/include/pipe/p_video_enums.h

+ 2
- 1
src/gallium/include/pipe/p_video_enums.h View File

@@ -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…
Cancel
Save