summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Bian <jonathan.bian@intel.com>2013-05-07 16:37:16 -0700
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-08-27 11:16:44 +0200
commit8a35b8e2dbdbada50346dea50a3c40314e81554e (patch)
treea36df6412d10acc2cfc286f96323d7c7d4675496
parent39e245730b2a8300aa5eaa274bd074045c205609 (diff)
downloadlibva-8a35b8e2dbdbada50346dea50a3c40314e81554e.tar.gz
Added new status flag to VACodedBufferSegment for exchanging private data between the app and the driver.
-rw-r--r--va/va.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index 3702553..9df9ecd 100644
--- a/va/va.h
+++ b/va/va.h
@@ -1841,6 +1841,16 @@ VAStatus vaBufferSetNumElements (
#define VA_CODED_BUF_STATUS_SINGLE_NALU 0x10000000
/**
+ * \brief The coded buffer segment contains a private data.
+ *
+ * This flag indicates that the coded buffer segment contains
+ * private data. This flag can be used to exchange private data
+ * between the client and the driver. Private data should follow
+ * regular coded data in the coded buffer segement list.
+ */
+#define VA_CODED_BUF_STATUS_PRIVATE_DATA 0x80000000
+
+/**
* \brief Coded buffer segment.
*
* #VACodedBufferSegment is an element of a linked list describing