[Libva] [PATCH 4/5 libva v2 resend] add VA_FOURCC_BGRX/RGBX to va.h
Bian, Jonathan
jonathan.bian at intel.com
Tue Sep 4 12:57:20 PDT 2012
Haihao,
Let's hold off on this as we finalize the new fourcc codes.
Jonathan
-----Original Message-----
From: Xiang, Haihao
Sent: Thursday, August 30, 2012 8:00 PM
To: Bian, Jonathan
Cc: libva at lists.freedesktop.org; Yuan, Shengquan; Beauchesne, Gwenole
Subject: Re: [Libva] [PATCH 4/5 libva v2 resend] add VA_FOURCC_BGRX/RGBX to va.h
Hi, Jonathan
Do you have comment for the new format ? If no object, I will commit it.
Thanks
Haihao
> ---
> va/va.h | 2 ++
> 1 file changed, 2 insertions(+)
> mode change 100644 => 100755 va/va.h
>
> diff --git a/va/va.h b/va/va.h
> old mode 100644
> new mode 100755
> index 1b9919c..6104151
> --- a/va/va.h
> +++ b/va/va.h
> @@ -1884,7 +1884,9 @@ VAStatus vaQuerySurfaceError(
> #define VA_FOURCC_NV12 0x3231564E
> #define VA_FOURCC_AI44 0x34344149
> #define VA_FOURCC_RGBA 0x41424752
> +#define VA_FOURCC_RGBX 0x58424752
> #define VA_FOURCC_BGRA 0x41524742
> +#define VA_FOURCC_BGRX 0x58524742
> #define VA_FOURCC_UYVY 0x59565955
> #define VA_FOURCC_YUY2 0x32595559
> #define VA_FOURCC_AYUV 0x56555941
More information about the Libva
mailing list