API: h264 encode: drop profile_idc.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 9 Nov 2011 10:11:54 +0000 (02:11 -0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 28 May 2013 08:19:08 +0000 (16:19 +0800)
va/va_enc_h264.h

index fc809ae..fa95db7 100644 (file)
@@ -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. */