[Mesa-dev] [PATCH v2 2/7] st/va: properly defines VAImageFormat formats and improve VaCreateImage

Emil Velikov emil.l.velikov at gmail.com
Thu Oct 29 11:20:48 PDT 2015


On 20 October 2015 at 17:34, Julien Isorce <j.isorce at samsung.com> wrote:

>  static inline enum pipe_video_chroma_format
>  ChromaToPipe(int format)
>  {
>     switch (format) {
> +   case VA_RT_FORMAT_YUV400:
> +      return PIPE_VIDEO_CHROMA_FORMAT_400;
Intentional ? We're barely handling it so might as well not bother
with it for now.

-Emil


More information about the mesa-dev mailing list