pub struct CommonInf {
pub sub_pic_hrd_params: Option<SubPicHrdParams>,
pub bit_rate_scale: Option<u8>,
pub cpb_size_scale: Option<u8>,
pub initial_cpb_removal_delay_length_minus1: u8,
pub au_cpb_removal_delay_length_minus1: u8,
pub dpb_output_delay_length_minus1: u8,
}
Expand description
Directly part of HrdParameters
.
Fields§
§sub_pic_hrd_params: Option<SubPicHrdParams>
Sub-picture HRD parameters, if sub_pic_hrd_params_present_flag
is true
.
bit_rate_scale: Option<u8>
Specifies (together with bit_rate_value_minus1[i]
) the maximum
input bit rate of the i-th CPB.
cpb_size_scale: Option<u8>
Specifies ((together with cpb_size_value_minus1[i]
)) the CPB size
of the i-th CPB when the CPB operates at the access unit level.
initial_cpb_removal_delay_length_minus1: u8
This value plus 1 specifies the length, in bits, of the
nal_initial_cpb_removal_delay[i]
, nal_initial_cpb_removal_offset[i]
, vcl_initial_cpb_removal_delay[i]
,
and vcl_initial_cpb_removal_offset[i]
syntax elements of the buffering period SEI message.
au_cpb_removal_delay_length_minus1: u8
This value plus 1 specifies the length, in bits, of the cpb_delay_offset syntax element in the buffering period SEI message and the au_cpb_removal_delay_minus1 syntax element in the picture timing SEI message.
dpb_output_delay_length_minus1: u8
This value plus 1 specifies the length, in bits, of the dpb_delay_offset syntax element in the buffering period SEI message and the pic_dpb_output_delay syntax element in the picture timing SEI message.