Opened 9 years ago Closed 9 years ago #105 closed defect (fixed)misleading text
Description
There is
cross_layer_bla_flag equal to 1 affects the derivation of NoClrasOutputFlag and LayerResetFlag as specified in clause F.8.1.3. cross_layer_bla_flag shall be equal to 0 for pictures with nal_unit_type not equal to IDR_W_RADL or IDR_N_LP or with nuh_layer_id nuhLayerId not equal to any value for which NumDirectRefLayers[ nuhLayerId ] is equal to 0. When not present, the value of cross_layer_bla_flag is inferred to be equal to 0.
in text. It is not clear what nuh_layer_id nuhLayerId means. Change history (3)comment:1 Changed 9 years ago by jlchencomment:2 Changed 9 years ago by kolya
I think reader could spent little less efforts to parse the phrase, if it was like
cross_layer_bla_flag shall be equal to 0 for pictures with nal_unit_type not equal to IDR_W_RADL or IDR_N_LP or with nuh_layer_id for which NumDirectRefLayers[ nuh_layer_id ] > 0. comment:3 Changed 9 years ago by jlchen
I think the original text should be clear enough. Note: See TracTickets for help on using tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Here, we were defining a variable representing nuh_layer_id. 'nuh_layer_id nuhLayerId' means 'A variable nuhLayerId with the value equal to nuh_layer_id of the picture'.