diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2011-11-24 13:49:39 +0000 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2013-05-28 16:19:08 +0800 |
commit | 8a88639e2e15dea10b4abdfbb825f26002ff7bca (patch) | |
tree | f56859b7e092d00c1cd834b2fb86037226ae9502 /va/va_enc_h264.h | |
parent | f4f3b2376eeede16f5711c22c1d56b5a31383aa9 (diff) |
API: h264 encode: remove ref_pic_list_modification().
Diffstat (limited to 'va/va_enc_h264.h')
-rw-r--r-- | va/va_enc_h264.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/va/va_enc_h264.h b/va/va_enc_h264.h index 64ac107..c254e3c 100644 --- a/va/va_enc_h264.h +++ b/va/va_enc_h264.h @@ -412,28 +412,6 @@ typedef struct _VAEncSliceParameterBufferH264 { VAPictureH264 RefPicList1[32]; /**@}*/ - /** @name ref_pic_list_modification() */ - /**@{*/ - /** \brief Same as the H.264 bitstream syntax element. */ - unsigned char ref_pic_list_modification_flag_l0; - /** \brief Same as the H.264 bitstream syntax element. */ - unsigned char ref_pic_list_modification_flag_l1; - /** \brief Same as the H.264 bitstream syntax element. */ - unsigned char modification_of_pic_nums_idc_l0[32]; - /** \brief Same as the H.264 bitstream syntax element. */ - unsigned char modification_of_pic_nums_idc_l1[32]; - /** \brief List 0 values for each \c modification_of_pic_nums_idc_l0. */ - /** - * - If \c modification_of_pic_nums_idc == 0 or 1: - * - \c modification_of_pic_nums_value is \c abs_diff_pic_num_minus1 - * - If \c modification_of_pic_nums_idc == 2: - * - \c modification_of_pic_nums_value is \c long_term_pic_num - */ - unsigned int modification_of_pic_nums_value_l0[32]; - /** \brief Same as \c modification_of_pic_nums_value_l0 but for list 1. */ - unsigned int modification_of_pic_nums_value_l1[32]; - /**@}*/ - /** @name pred_weight_table() */ /**@{*/ /** \brief Same as the H.264 bitstream syntax element. */ |