pipe: Remove renew_headers_on_idr, insert_aud_nalu unused params

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31114>
This commit is contained in:
Sil Vilerino
2024-08-19 10:27:50 -04:00
committed by Marge Bot
parent 7df39b802d
commit 1c490a79f2
-3
View File
@@ -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;