Opened 4 years ago
Closed 4 years ago
#1127 closed defect (fixed)
Missing closing brace in residual_ts_coding() in 7.3.10.11
Reported by: | siwamura | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D9 vB |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
There might be missing closing brace for if statement before parsing coeff_sign_flag[ n ] in 7.3.10.11 residual_ts_coding()
if (sig_coeff_flag[ xC ][ yC ] {
should be
if (sig_coeff_flag[ xC ][ yC ]) {
Change history (1)
comment:1 Changed 4 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch, thanks!
This will be fixed in first version of D10.