diff options
| author | Christopher R. Palmer <crpalmer@gmail.com> | 2016-01-09 06:08:22 -0500 |
|---|---|---|
| committer | Jason Riordan <jriordan001@gmail.com> | 2016-01-13 18:09:34 -0500 |
| commit | 92286f246307ddaf49aca8aedf400556c5b6cef3 (patch) | |
| tree | 6f2c01ae34cbfb43a148312738d297e1f36836a8 | |
| parent | 02ad2b86467e872cfac64b60ce72d03b085e0935 (diff) | |
| download | android_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 | |
intel: av: Remove attrib_ptr for zenfone2 blobsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Ecm-13.0
Change-Id: Ief9d7c623a5834111fac37f28420a02b25ccaa89
| -rwxr-xr-x | va/va.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |
