Opened 4 years ago

Closed 4 years ago

#692 closed enhancement (fixed)

typos in eq.(7-5) in section 7.4.3.2 Video parameter set RBSP semantics

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

Description

In JVET-P2001vC, commas "," in following for-loop in eq.(7-5) should be semicolons ";" as below:

for( i = 1,; i < TotalNumOlss; i++ ) {

if( each_layer_is_an_ols_flag | | ols_mode_idc = = 0 ) {

...

} else if( ols_mode_idc = = 1 ) {

...

} else if( ols_mode_idc = = 2 ) {

for( j = 0,; j <= vps_max_layers_minus1; j++ )
...

}

}

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.