gallium: Remove pipe_h264_picture_desc.slice_parameter.slice_count
This is a duplicate of pipe_h264_picture_desc.slice_count and is not currently used anywhere. Reviewed-by: Ruijing Dong <ruijing.dong@amd.com> Reviewed-by: Boyuan Zhang <Boyuan.Zhang@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30011>
This commit is contained in:
@@ -412,7 +412,6 @@ struct pipe_h264_picture_desc
|
||||
struct
|
||||
{
|
||||
bool slice_info_present;
|
||||
uint32_t slice_count;
|
||||
uint8_t slice_type[128];
|
||||
uint32_t slice_data_size[128];
|
||||
uint32_t slice_data_offset[128];
|
||||
|
||||
Reference in New Issue
Block a user