Opened 5 years ago
Closed 5 years ago
#529 closed defect (fixed)
DirectDependentLayerIdx derivation typo
Reported by: | eeehey | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | spec | Version: | VVC D6 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@ā¦ |
Description
The variable DirectDependentLayerIdx[ i ][ j ], specifying the j-th direct dependent layer of the i-th layer, is derived as follows:
for( i = 1; i < vps_max_layers_minus1; iā ā )
"i--" shall be "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.