Opened 4 years ago

Closed 4 years ago

#823 closed defect (fixed)

Typo on reserved_constraint_bytes

Reported by: tajime Owned by:
Priority: minor Milestone:
Component: spec Version:
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

There is a mismatch between syntax table and semantics on reserved_constraint_bytes.

gci_reserved_constraint_byte[i] is defined in 7.3.3.2.
On the other hand, reserved_constraint_byte[i] is defined in 7.4.4.2

gci_reserved_constraint_byte[i] should be replaced with reserved_constraint_byte[i].

Change history (1)

comment:1 Changed 4 years ago by yk

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

Good catch! Thanks! Will be fixed in JVET-Q2001-vA.

Note: See TracTickets for help on using tickets.