Opened 5 years ago
Closed 5 years ago
#751 closed defect (fixed)
Typos in inter-layer related text
Reported by: | Vadim | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
in 7.3.8 Reference picture list structure syntax:
if( !inter_layer_ref_pics_flag[ listIdx ][ rplsIdx ][ i ] ) { -->
if( !inter_layer_ref_pic_flag[ listIdx ][ rplsIdx ][ i ] ) {
In 8.3.2 Decoding process for reference picture lists construction:
layerIdx = DirectDependentLayerIdx[ GeneralLayerIdx[ nuh_layer_id ] ][ ilrp_idx[ i ][ RplsIdx ][ j ] ] -->
layerIdx = DirectRefLayerIdx[ GeneralLayerIdx[ nuh_layer_id ] ][ ilrp_idx[ i ][ RplsIdx ][ j ] ]
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 catches, for both aspects. Thanks! Fixed in v2 of JVET-Q0041, the editorial input, that is being prepared.