From d9727f31a82e0d064bd0588b8a1d2323379eac0b Mon Sep 17 00:00:00 2001 From: Boyuan Zhang Date: Thu, 7 Dec 2017 16:13:51 -0500 Subject: vl: remove is idr flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove is_idr flag since not being used anymore. Signed-off-by: Boyuan Zhang Reviewed-by: Christian König --- src/gallium/include/pipe/p_video_state.h | 1 - 1 file changed, 1 deletion(-) (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 1d571653da..5a88e6cf8c 100644 --- a/src/gallium/include/pipe/p_video_state.h +++ b/src/gallium/include/pipe/p_video_state.h @@ -407,7 +407,6 @@ struct pipe_h264_enc_picture_desc unsigned ref_pic_mode; bool not_referenced; - bool is_idr; bool enable_vui; struct util_hash_table *frame_idx; -- cgit v1.2.3