summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher R. Palmer <crpalmer@gmail.com>2016-01-09 06:08:22 -0500
committerJason Riordan <jriordan001@gmail.com>2016-01-13 18:09:34 -0500
commit92286f246307ddaf49aca8aedf400556c5b6cef3 (patch)
tree6f2c01ae34cbfb43a148312738d297e1f36836a8
parent02ad2b86467e872cfac64b60ce72d03b085e0935 (diff)
downloadandroid_hardware_intel_common_libva-stable/cm-13.0-ZNH2K.tar.gz
android_hardware_intel_common_libva-stable/cm-13.0-ZNH2K.tar.bz2
android_hardware_intel_common_libva-stable/cm-13.0-ZNH2K.zip
Change-Id: Ief9d7c623a5834111fac37f28420a02b25ccaa89
-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 */