Opened 5 years ago
Closed 5 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 5 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch! Thanks! Will be fixed in JVET-Q2001-vA.