[Libva] [PATCH] va: Add RGB FOURCC code

Rob Bradford robert.bradford at intel.com
Fri Apr 12 11:42:13 PDT 2013


From: Rob Bradford <rob at linux.intel.com>

---
 va/va.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/va/va.h b/va/va.h
index 914cf8d..4679457 100644
--- a/va/va.h
+++ b/va/va.h
@@ -1512,6 +1512,7 @@ VAStatus vaQuerySurfaceError(
 #define VA_FOURCC_AI44		0x34344149
 #define VA_FOURCC_RGBA		0x41424752
 #define VA_FOURCC_BGRA		0x41524742
+#define VA_FOURCC_RGB		0x32424752
 #define VA_FOURCC_UYVY          0x59565955
 #define VA_FOURCC_YUY2          0x32595559
 #define VA_FOURCC_AYUV          0x56555941
-- 
1.8.1.4



More information about the Libva mailing list