Opened 4 years ago

Closed 4 years ago

#690 closed defect (fixed)

typo in semantic of each_layer_is_an_ols_flag

Reported by: tsukuba.takeshi Owned by:
Priority: trivial Milestone:
Component: spec Version: VVC D7 vC
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

each_layer_is_an_ols_flag's semantic is as below.

each_layer_is_an_ols_flag equal to 1 specifies that each output layer set contains only one layer and each layer itself in the bitstream is an outpu layer set with the single included layer being the only output layer. each_layer_is_an_ols_flag equal to 0 that an outpu layer set may contain more than one layer. If vps_max_layers_minus1 is equal to 0, the vlaue of the value of each_layer_is_an_ols_flag is inferred to be equal to 1. Otherwise, when vps_all_independent_layers_flag is equal to 0, the value of each_layer_is_an_ols_flag is inferred to be equal to 0.

outpu should be output.
vlague should be value.

Change history (1)

comment:1 Changed 4 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed

Thanks for reporting.

This will be fixed JVET-P2001-vD.

Note: See TracTickets for help on using tickets.