[Libva] [PATCH 31/42] API: h264 encode: drop profile_idc.

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


From: Gwenole Beauchesne <gwenole.beauchesne at intel.com>

---
 va/va_enc_h264.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/va/va_enc_h264.h b/va/va_enc_h264.h
index fc809ae..fa95db7 100644
--- a/va/va_enc_h264.h
+++ b/va/va_enc_h264.h
@@ -107,8 +107,6 @@ typedef enum {
 typedef struct _VAEncSequenceParameterBufferH264 {
     /** \brief Same as the H.264 bitstream syntax element. */
     unsigned char   seq_parameter_set_id;
-    /** \brief XXX: implied by VA config. */
-    unsigned char   profile_idc;
     /** \brief Same as the H.264 bitstream syntax element. */
     unsigned char   level_idc;
     /** \brief Period between I frames. */
-- 
1.7.4.1



More information about the Libva mailing list