summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/include/pipe/p_video_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h
index 0256a8fa194..6621dbdd028 100644
--- a/src/gallium/include/pipe/p_video_state.h
+++ b/src/gallium/include/pipe/p_video_state.h
@@ -371,6 +371,8 @@ struct pipe_h264_enc_picture_desc
unsigned pic_order_cnt;
unsigned ref_idx_l0;
unsigned ref_idx_l1;
+
+ bool not_referenced;
};
#ifdef __cplusplus