From: Thong Thai Date: Tue, 13 Jul 2021 15:55:00 +0000 (-0400) Subject: gallium: add temporal layers cap enum X-Git-Tag: upstream/22.3.5~19893 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a23beb9c4369bb6e258558427f22aa8a9a701c94;p=platform%2Fupstream%2Fmesa.git gallium: add temporal layers cap enum Determine the number of temporal layers the encoder supports. Used for encoding Scalable Video Coding (SVC) videos. Signed-off-by: Thong Thai Reviewed-by: Boyuan Zhang Part-of: --- diff --git a/src/gallium/include/pipe/p_video_enums.h b/src/gallium/include/pipe/p_video_enums.h index e26f73f..02a3ff8 100644 --- a/src/gallium/include/pipe/p_video_enums.h +++ b/src/gallium/include/pipe/p_video_enums.h @@ -90,6 +90,7 @@ enum pipe_video_cap PIPE_VIDEO_CAP_MAX_LEVEL = 8, PIPE_VIDEO_CAP_STACKED_FRAMES = 9, PIPE_VIDEO_CAP_MAX_MACROBLOCKS = 10, + PIPE_VIDEO_CAP_MAX_TEMPORAL_LAYERS = 11, }; enum pipe_video_entrypoint