Opened 4 years ago
Closed 4 years ago
#1106 closed defect (fixed)
A typo in section 8.3.3
Reported by: | jiechen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In the section 8.3.3 of the latest spec (JVET-R2001-vA or JVET-S0152-v5), there is a paragraph that "STRPs and ILRPs are identified by their nuh_layer_id and PicOrderCntVal values. LTRPs are identified by their nuh_layer_id values and the Log2( MaxLtPicOrderCntLsb ) LSBs of their PicOrderCntVal values."
There are two issues here.
- "MaxLtPicOrderCntLsb" is not defined in the spec, it should be changed to "MaxPicOrderCntLsb"
- In current RPL design, LTRP is not always identified by LSB, it may also be identified by full POC value.
So it is suggested to change to "LTRPs are identified by their nuh_layer_id values, and the Log2( MaxPicOrderCntLsb ) LSBs of their PicOrderCntVal values or PicOrderCntVal values"
Change history (2)
comment:1 Changed 4 years ago by yk
comment:2 Changed 4 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Both points are good. Thanks! Will be fixed in JVET-S2001-v6.
Note: See TracTickets for help on using tickets.
Both points are good. Thanks! Will be fixed in JVET-S2001-v6.