mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 19:20:12 +01:00
gallium: change rate ctrl struct to array
Signed-off-by: Thong Thai <thong.thai@amd.com> Reviewed-by: Boyuan Zhang <Boyuan.Zhang@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11850>
This commit is contained in:
parent
ec53e519c3
commit
1e0d512595
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ struct pipe_h264_enc_picture_desc
|
|||
{
|
||||
struct pipe_picture_desc base;
|
||||
|
||||
struct pipe_h264_enc_rate_control rate_ctrl;
|
||||
struct pipe_h264_enc_rate_control rate_ctrl[4];
|
||||
|
||||
struct pipe_h264_enc_motion_estimation motion_est;
|
||||
struct pipe_h264_enc_pic_control pic_ctrl;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue