forked from FFmpeg/FFmpeg
lavc/hevcdec: Set max_num_merge_cand to uint8_t
uint8_t is big enough and keep consistent with the definition in cbs_h265.h. Signed-off-by: Linjie Fu <linjie.justin.fu@gmail.com> Signed-off-by: Fei Wang <fei.w.wang@intel.com>
This commit is contained in:
parent
513d188d9b
commit
fc3837ba85
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ typedef struct SliceHeader {
|
|||
int beta_offset; ///< beta_offset_div2 * 2
|
||||
int tc_offset; ///< tc_offset_div2 * 2
|
||||
|
||||
unsigned int max_num_merge_cand; ///< 5 - 5_minus_max_num_merge_cand
|
||||
uint8_t max_num_merge_cand; ///< 5 - 5_minus_max_num_merge_cand
|
||||
uint8_t use_integer_mv_flag;
|
||||
|
||||
unsigned *entry_point_offset;
|
||||
|
|
Loading…
Add table
Reference in a new issue