pipe: Add pipe_h264_enc_pic_control.temporal_id

Reviewed-By: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30945>
This commit is contained in:
Sil Vilerino
2024-08-30 08:35:51 -04:00
committed by Marge Bot
parent 895f528e0c
commit 9c0b36eef2

View File

@@ -546,6 +546,7 @@ struct pipe_h264_enc_pic_control
int8_t pic_init_qs_minus26; int8_t pic_init_qs_minus26;
int8_t chroma_qp_index_offset; int8_t chroma_qp_index_offset;
int8_t second_chroma_qp_index_offset; int8_t second_chroma_qp_index_offset;
uint8_t temporal_id;
}; };
struct pipe_h264_enc_dbk_param struct pipe_h264_enc_dbk_param