From 41f4b69354d50d2bb496066cb3a16a95a2c9bfa5 Mon Sep 17 00:00:00 2001 From: Thong Thai Date: Tue, 13 Jul 2021 11:52:11 -0400 Subject: [PATCH] gallium: update h264 struct to track temporal layers Signed-off-by: Thong Thai Reviewed-by: Boyuan Zhang Part-of: --- src/gallium/include/pipe/p_video_state.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h index 08239b3..a1a37a4 100644 --- a/src/gallium/include/pipe/p_video_state.h +++ b/src/gallium/include/pipe/p_video_state.h @@ -413,6 +413,7 @@ struct pipe_h264_enc_picture_desc unsigned ref_idx_l1; unsigned gop_size; unsigned ref_pic_mode; + unsigned num_temporal_layers; bool not_referenced; bool enable_vui; -- 2.7.4