[Libva] [PATCH 30/42] Added new VAEncPackedHeaderRawData value to VAEncPackedHeaderType
Xiang, Haihao
haihao.xiang at intel.com
Mon May 13 00:51:54 PDT 2013
From: Jonathan Bian <jonathan.bian at intel.com>
---
va/va.h | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/va/va.h b/va/va.h
index 6e3d3d2..127278c 100644
--- a/va/va.h
+++ b/va/va.h
@@ -732,6 +732,14 @@ typedef enum {
VAEncPackedHeaderPicture = 2,
/** \brief Packed slice header. */
VAEncPackedHeaderSlice = 3,
+ /**
+ * \brief Packed raw header.
+ *
+ * Packed raw data header can be used by the client to insert a header
+ * into the bitstream data buffer at the point it is passed, without
+ * any handling or interpretation by the implementation.
+ */
+ VAEncPackedHeaderRawData = 4,
/** \brief Misc packed header. See codec-specific definitions. */
VAEncPackedHeaderMiscMask = 0x80000000,
} VAEncPackedHeaderType;
--
1.7.4.1
More information about the Libva
mailing list