[Mesa-dev] [PATCH 3/3] vl: remove is idr flag

boyuan.zhang at amd.com boyuan.zhang at amd.com
Fri Dec 8 23:34:00 UTC 2017


From: Boyuan Zhang <boyuan.zhang at amd.com>

Remove is_idr flag since not being used anymore.

Signed-off-by: Boyuan Zhang <boyuan.zhang at amd.com>
---
 src/gallium/include/pipe/p_video_state.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h
index 1d57165..5a88e6c 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;
 
-- 
2.7.4



More information about the mesa-dev mailing list