Mesa (main): gallium: update h264 struct to track temporal layers

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 26 20:27:34 UTC 2021


Module: Mesa
Branch: main
Commit: 41f4b69354d50d2bb496066cb3a16a95a2c9bfa5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=41f4b69354d50d2bb496066cb3a16a95a2c9bfa5

Author: Thong Thai <thong.thai at amd.com>
Date:   Tue Jul 13 11:52:11 2021 -0400

gallium: update h264 struct to track temporal layers

Signed-off-by: Thong Thai <thong.thai at amd.com>
Reviewed-by: Boyuan Zhang <Boyuan.Zhang at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11850>

---

 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 08239b3a4da..a1a37a49061 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;



More information about the mesa-commit mailing list