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;