summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--va/va_android.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/va/va_android.h b/va/va_android.h
index a5d0e2f..796ab63 100644
--- a/va/va_android.h
+++ b/va/va_android.h
@@ -28,6 +28,8 @@
/** \brief Android Gralloc buffer memory type. */
#define VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_GRALLOC 0x00100000
+/** \brief Android ION buffer memory type. */
+#define VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_ION 0x00200000
#ifdef __cplusplus
extern "C" {