summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--va/va.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index c1314ba..328cef7 100644
--- a/va/va.h
+++ b/va/va.h
@@ -677,6 +677,15 @@ typedef enum
VAConfigAttribEncDynamicScaling = 30,
/**
+ * \brief Tile Support Attribute. Read-only.
+ * This attribute conveys whether encoder is capable to support tiles.
+ * If not supported, the tile related parameters sent to encoder, such as
+ * tiling structure, should be ignored.
+ * It is a boolean value 0 - unsupported, 1 - supported.
+ */
+ VAConfigAttribEncTileSupport = 31,
+
+ /**
* \brief Intel specific attributes start at 1001
*/
/**