[Libva] [PATCH 4/5 libva v2 resend] add VA_FOURCC_BGRX/RGBX to va.h
Xiang, Haihao
haihao.xiang at intel.com
Thu Aug 30 19:59:44 PDT 2012
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