From 1c490a79f21e0ada6b98f8618fdcd98f9e545441 Mon Sep 17 00:00:00 2001 From: Sil Vilerino Date: Mon, 19 Aug 2024 10:27:50 -0400 Subject: [PATCH] pipe: Remove renew_headers_on_idr, insert_aud_nalu unused params Part-of: --- src/gallium/include/pipe/p_video_state.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h index 60d42af541f..54f4d9951de 100644 --- a/src/gallium/include/pipe/p_video_state.h +++ b/src/gallium/include/pipe/p_video_state.h @@ -816,9 +816,7 @@ struct pipe_h264_enc_picture_desc /* Use with PIPE_VIDEO_SLICE_MODE_MAX_SLICE_SIZE */ unsigned max_slice_bytes; - bool insert_aud_nalu; enum pipe_video_feedback_metadata_type requested_metadata; - bool renew_headers_on_idr; struct pipe_h264_enc_dpb_entry dpb[PIPE_H264_MAX_DPB_SIZE]; uint8_t dpb_size; @@ -1178,7 +1176,6 @@ struct pipe_h265_enc_picture_desc /* Use with PIPE_VIDEO_SLICE_MODE_MAX_SLICE_SIZE */ unsigned max_slice_bytes; enum pipe_video_feedback_metadata_type requested_metadata; - bool renew_headers_on_idr; struct pipe_enc_hdr_cll metadata_hdr_cll; struct pipe_enc_hdr_mdcv metadata_hdr_mdcv;