id summary reporter owner description type status priority milestone component version resolution keywords cc 1119 Incorrect DeltaPocMsbCycleLt Calculation in HM-11.0 bheng "When delta_poc_msb_cycle_lt[i] is not present, it is inferred to be equal to 0. Therefore, based on the following formula, for the first LTRP specified in the slice header (i = num_long_term_sps), the variable DeltaPocMsbCycleLt[i] should be reset to 0 if delta_poc_msb_present_flag[i] = 0. if( i == 0 | | i == num_long_term_sps ) DeltaPocMsbCycleLt[i] = delta_poc_msb_cycle_lt[i] else DeltaPocMsbCycleLt[i] = delta_poc_msb_cycle_lt[i] + DeltaPocMsbCycleLt[i − 1] The attached patch can be used to fix this issue in HM-11.0. " defect closed minor HM-11.1 HM HM-11.0 fixed fbossen ksuehring davidf jct-vc@…