From: Leo Liu Date: Tue, 27 May 2014 14:12:00 +0000 (-0400) Subject: vl: add interface for non-referenced frames X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e0eae4c3debbfd3c5c0740dfc8c7dc5a8f28b46;p=mesa.git vl: add interface for non-referenced frames Signed-off-by: Leo Liu Reviewed-by: Christian König --- 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