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:
David Rosca
2024-07-05 08:48:20 +02:00
committed by Marge Bot
parent 7c8a0c135c
commit 20b76fe1d4
-1
View File
@@ -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];