mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-07 22:55:27 +01:00
cbs_h266: fix sign for pps_xxx_qp_offset_list
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -520,9 +520,9 @@ typedef struct H266RawPPS {
|
||||
uint8_t pps_slice_chroma_qp_offsets_present_flag;
|
||||
uint8_t pps_cu_chroma_qp_offset_list_enabled_flag;
|
||||
uint8_t pps_chroma_qp_offset_list_len_minus1;
|
||||
uint8_t pps_cb_qp_offset_list[6];
|
||||
uint8_t pps_cr_qp_offset_list[6];
|
||||
uint8_t pps_joint_cbcr_qp_offset_list[6];
|
||||
int8_t pps_cb_qp_offset_list[6];
|
||||
int8_t pps_cr_qp_offset_list[6];
|
||||
int8_t pps_joint_cbcr_qp_offset_list[6];
|
||||
uint8_t pps_deblocking_filter_control_present_flag;
|
||||
uint8_t pps_deblocking_filter_override_enabled_flag;
|
||||
uint8_t pps_deblocking_filter_disabled_flag;
|
||||
|
||||
Reference in New Issue
Block a user