[Mesa-dev] [PATCH 3/3] vl: replace decode_buffers with auxiliary data field
Maarten Lankhorst
m.b.lankhorst at gmail.com
Thu Dec 29 07:41:48 PST 2011
Hey Christian,
Op 26-12-11 14:00, Christian König schreef:
> Based on patches from Maarten Lankhorst <m.b.lankhorst at gmail.com>
>
> Signed-off-by: Christian König <deathsimple at vodafone.de>
>
> diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h
> index de79a9b..f7ee522 100644
> --- a/src/gallium/include/pipe/p_context.h
> +++ b/src/gallium/include/pipe/p_context.h
> @@ -410,7 +410,8 @@ struct pipe_context {
> enum pipe_video_profile profile,
> enum pipe_video_entrypoint entrypoint,
> enum pipe_video_chroma_format chroma_format,
> - unsigned width, unsigned height, unsigned max_references );
> + unsigned width, unsigned height, unsigned max_references,
> + bool expect_chunked_decode);
>
I really don't like this part, isn't it implied from entrypoint >= PIPE_VIDEO_ENTRYPOINT_IDCT?
~Maarten
More information about the mesa-dev
mailing list