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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user