From: Jonathan Bian <[email protected]>

---
 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

_______________________________________________
Libva mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to