Mesa (master): vl: remove is idr flag

Leo Liu leoliu at kemper.freedesktop.org
Fri Dec 15 21:06:14 UTC 2017


Module: Mesa
Branch: master
Commit: d9727f31a82e0d064bd0588b8a1d2323379eac0b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9727f31a82e0d064bd0588b8a1d2323379eac0b

Author: Boyuan Zhang <boyuan.zhang at amd.com>
Date:   Thu Dec  7 16:13:51 2017 -0500

vl: remove is idr flag

Remove is_idr flag since not being used anymore.

Signed-off-by: Boyuan Zhang <boyuan.zhang at amd.com>
Reviewed-by: Christian König <christian.koenig 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 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;
 




More information about the mesa-commit mailing list