On Tue, Nov 7, 2017 at 4:59 PM,  <boyuan.zh...@amd.com> wrote:
> From: Boyuan Zhang <boyuan.zh...@amd.com>
>

Same comment as patch 5.  Please provide some details as to what this is.

Alex

> Signed-off-by: Boyuan Zhang <boyuan.zh...@amd.com>
> ---
>  src/gallium/state_trackers/va/picture.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/gallium/state_trackers/va/picture.c 
> b/src/gallium/state_trackers/va/picture.c
> index 7427b98..55ca16e 100644
> --- a/src/gallium/state_trackers/va/picture.c
> +++ b/src/gallium/state_trackers/va/picture.c
> @@ -396,6 +396,7 @@ handleVAEncSequenceParameterBufferType(vlVaDriver *drv, 
> vlVaContext *context, vl
>     context->desc.h264enc.gop_size = h264->intra_idr_period * 
> context->gop_coeff;
>     context->desc.h264enc.rate_ctrl.frame_rate_num = h264->time_scale / 2;
>     context->desc.h264enc.rate_ctrl.frame_rate_den = h264->num_units_in_tick;
> +   context->desc.h264enc.pic_order_cnt_type = 
> h264->seq_fields.bits.pic_order_cnt_type;
>     return VA_STATUS_SUCCESS;
>  }
>
> --
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to