Opened 5 years ago
Closed 5 years ago
#914 closed defect (fixed)
Typos in syntax of coding tree (7.3.10.4)
Reported by: | abe.kiyo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In 7.3.10.4 Coding tree syntax, "," in the last coding_tree() is missing.
coding_tree( x0, y0, cbWidth, cbHeight, qgOnY, qgOnC, cbSubdiv, cqtDepth, mttDepth, depthOffset, partIdx, treeTypeCurr, modeTypeCurr ) { | Descriptor | |||
.... | ||||
if( modeTypeCur = = MODE_TYPE_ALL && modeType = = MODE_TYPE_INTRA ) | ||||
coding_tree( x0, y0, cbWidth, cbHeight, 0, qgOnC, cbSubdiv, cqtDepth, mttDepth, 0, 0, DUAL_TREE_CHROMA, modeType ) | ||||
} else | ||||
coding_unit( x0, y0, cbWidth, cbHeight, cqtDepth, treeTypeCurr, modeTypeCurr ) | ||||
} |
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. Fixed in Q2001-vE.