Opened 4 years ago
Closed 4 years ago
#1268 closed defect (fixed)
Missing bracket at end of for loop
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D10 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In Section 7.3.11.11 - Residual coding syntax, the closing bracket for the for-loop:
for( n = numSbCoeff − 1; n >= 0; n− − ) {
inside the if( sh_dep_quant_used_flag ) section is missing.
Change history (1)
comment:1 Changed 4 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! Will be fixed in S2001-vH.