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