diff options
| -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 */ |
