From 502840855acac744fbc8dd090d931adc07755ead Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 5 Feb 2020 14:47:36 -0500 Subject: gallium/hash_table: turn it into a wrapper around util/hash_table Reviewed-by: Kristian H. Kristensen Part-of: --- src/gallium/include/pipe/p_video_state.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/include') diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h index 1369f1a8ca6..2ace9477335 100644 --- a/src/gallium/include/pipe/p_video_state.h +++ b/src/gallium/include/pipe/p_video_state.h @@ -431,7 +431,7 @@ struct pipe_h264_enc_picture_desc bool not_referenced; bool enable_vui; - struct util_hash_table *frame_idx; + struct hash_table *frame_idx; }; @@ -513,7 +513,7 @@ struct pipe_h265_enc_picture_desc unsigned ref_idx_l0; unsigned ref_idx_l1; bool not_referenced; - struct util_hash_table *frame_idx; + struct hash_table *frame_idx; }; struct pipe_h265_sps -- cgit v1.2.3