Opened 5 years ago

Closed 4 years ago

#1087 closed defect (fixed)

A typo in SPS syntax table

Reported by: jiechen Owned by:
Priority: minor Milestone: VVC D10
Component: spec Version: VVC D9 vB
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

In R2001-vA, SPS syntax table (7.3.2.3)
"if( i > 0 && sps_pic_height_max_in_luma_samples > CtbSizeY ) {"
should be changed to
"if( i > 0 && sps_pic_height_max_in_luma_samples > CtbSizeY ) "
(delete opening braces)

Change history (2)

comment:1 Changed 4 years ago by bbross

  • Milestone set to VVC D10
  • Version set to VVC D9 vB

comment:2 Changed 4 years ago by bbross

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

Good catch, will be fixed in JVET-S2001-v7.

Note: See TracTickets for help on using tickets.