summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xva/va.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index 2915883..2d27566 100755
--- a/va/va.h
+++ b/va/va.h
@@ -3237,7 +3237,9 @@ typedef struct _VADisplayAttribute
int value; /* used by the set/get attribute functions */
/* flags can be VA_DISPLAY_ATTRIB_GETTABLE or VA_DISPLAY_ATTRIB_SETTABLE or OR'd together */
unsigned int flags;
+#ifndef ASUS_ZENFONE2_LP_BLOBS
void *attrib_ptr; /* if flags contains VA_DISPLAY_ATTRIB_POINTER, then "attrib_ptr" points to a structure for this display attribute */
+#endif
} VADisplayAttribute;
/* Get maximum number of display attributs supported by the implementation */