[Mesa-dev] [PATCH 1/3] vl: add interface for non-referenced frames
Christian König
deathsimple at vodafone.de
Tue May 27 08:27:44 PDT 2014
Am 27.05.2014 16:12, schrieb Leo Liu:
> Signed-off-by: Leo Liu <leo.liu at amd.com>
Reviewed and pushed upstream.
Thanks,
Christian.
> ---
> 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
More information about the mesa-dev
mailing list