You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user