summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--va/va.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index 328cef7..d0ebdd4 100644
--- a/va/va.h
+++ b/va/va.h
@@ -2711,6 +2711,17 @@ VAStatus vaBufferSetNumElements (
#define VA_CODED_BUF_STATUS_FRAME_SIZE_OVERFLOW 0x1000
#define VA_CODED_BUF_STATUS_AIR_MB_OVER_THRESHOLD 0xff0000
+
+/**
+ * \brief Codec specific information will be sent out.
+ *
+ * This flag indicates that the coded buffer segment
+ * VACodedBufferSegment.buf points to a predefined data structure
+ * associated with each codec. And encoder may use this
+ * data structure to convey information back to application.
+ */
+#define VA_CODED_BUF_STATUS_CODEC_SPECIFIC 0x2000
+
/**
* \brief The coded buffer segment contains a single NAL unit.
*