summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorBoyuan Zhang <[email protected]>2017-12-07 16:13:51 -0500
committerLeo Liu <[email protected]>2017-12-15 16:04:05 -0500
commitd9727f31a82e0d064bd0588b8a1d2323379eac0b (patch)
treeece366b2d4b21b6cfa24a4c952ee018ac6c6feb0 /src/gallium/include
parent3181065b7fe76a429a46974fa9ee7a8220b6f5bf (diff)
vl: remove is idr flag
Remove is_idr flag since not being used anymore. Signed-off-by: Boyuan Zhang <[email protected]> Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_video_state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h
index 1d571653da7..5a88e6cf8c4 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;