[Libva] [PATCH 2/2] va: Remove user_data from MPEG-2 encoding APIs

Xiang, Haihao haihao.xiang at intel.com
Mon May 13 00:55:56 PDT 2013


The application can insert a raw packed header if user data is needed

Signed-off-by: Xiang, Haihao <haihao.xiang at intel.com>
---
 va/va_enc_mpeg2.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/va/va_enc_mpeg2.h b/va/va_enc_mpeg2.h
index 85e2c44..d2914cf 100644
--- a/va/va_enc_mpeg2.h
+++ b/va/va_enc_mpeg2.h
@@ -265,16 +265,6 @@ typedef struct _VAEncPictureParameterBufferMPEG2 {
         } bits;
         unsigned int value;
     } composite_display;
-
-    /** \brief The length of user data
-     *
-     * Append user data after picture coding extension
-     * if user_data_length isn't 0.
-     *
-     */
-    unsigned int user_data_length;
-    /** \brief User data */
-    unsigned char user_data[16];
 } VAEncPictureParameterBufferMPEG2;
 
 /**
-- 
1.7.4.1



More information about the Libva mailing list