Opened 5 years ago
Closed 5 years ago
#498 closed defect (fixed)
2 typos in brick syntax and semantics
Reported by: | rickard | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D6 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
Typo 1: In the PPS syntax table, the text
for( i = 0; brick_splitting_present_flag && i <= num_tiles_in_pic_minus1 + 1; i++ ) {
should be replaced by
for( i = 0; brick_splitting_present_flag && i <= num_tiles_in_pic_minus1; i++ ) {
Typo 2: In the semantic of bottom_right_brick_idx_delta[ i ], the "and and" should be replaced by a single "and"
Change history (2)
comment:1 Changed 5 years ago by yk
comment:2 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch! Thanks!
Fixed in a document we are preparing to be submitted as an editorial input to the 16-th JVET meeting.