OSDN Git Service

Added some FOURCC definitions
authorAustin Yuan <shengquan.yuan@intel.com>
Wed, 9 Jul 2008 11:26:10 +0000 (07:26 -0400)
committerAustin Yuan <shengquan.yuan@intel.com>
Wed, 9 Jul 2008 11:26:10 +0000 (07:26 -0400)
src/va.h

index 433541a..543c809 100755 (executable)
--- a/src/va.h
+++ b/src/va.h
@@ -1226,6 +1226,12 @@ VAStatus vaQuerySurfaceStatus (
 #define VA_FOURCC_NV12         0x3231564E
 #define VA_FOURCC_AI44         0x34344149
 #define VA_FOURCC_RGBA         0x41424752
+#define VA_FOURCC_UYVY          0x59565955
+#define VA_FOURCC_YUY2          0x32595559
+#define VA_FOURCC_AYUV          0x56555941
+#define VA_FOURCC_NV11          0x3131564e
+#define VA_FOURCC_YV12          0x32315659
+#define VA_FOURCC_P208          0x38303250
 
 /* byte order */
 #define VA_LSB_FIRST           1