Module: Mesa Branch: master Commit: 8e0eae4c3debbfd3c5c0740dfc8c7dc5a8f28b46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e0eae4c3debbfd3c5c0740dfc8c7dc5a8f28b46
Author: Leo Liu <[email protected]> Date: Tue May 27 10:12:00 2014 -0400 vl: add interface for non-referenced frames Signed-off-by: Leo Liu <[email protected]> Reviewed-by: Christian König <[email protected]> --- src/gallium/include/pipe/p_video_state.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h index 0256a8f..6621dbd 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
