On Tue, Nov 7, 2017 at 4:59 PM, <[email protected]> wrote: > From: Boyuan Zhang <[email protected]> >
Please add a better patch description. Why do you need this new element and what does it mean? Alex > Signed-off-by: Boyuan Zhang <[email protected]> > --- > src/gallium/include/pipe/p_video_state.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/gallium/include/pipe/p_video_state.h > b/src/gallium/include/pipe/p_video_state.h > index abd5d36..1d57165 100644 > --- a/src/gallium/include/pipe/p_video_state.h > +++ b/src/gallium/include/pipe/p_video_state.h > @@ -400,6 +400,7 @@ struct pipe_h264_enc_picture_desc > unsigned idr_pic_id; > unsigned gop_cnt; > unsigned pic_order_cnt; > + unsigned pic_order_cnt_type; > unsigned ref_idx_l0; > unsigned ref_idx_l1; > unsigned gop_size; > -- > 2.7.4 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
