Opened 5 years ago
Closed 5 years ago
#686 closed enhancement (fixed)
bracket missing in 8-1271
Reported by: | zhou | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D7 vC |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
suggest replacing
sum = curr + ( sum + 64 ) >> 7 )
with
sum = curr + (( sum + 64 ) >> 7 )
Change history (1)
comment:1 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Thanks for reporting.
This will be fixed JVET-P2001-vC.