Opened 5 years ago
Closed 5 years ago
#699 closed defect (fixed)
typos in eq. 8-771 8-772
Reported by: | zhou | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D7 vC |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
suggest replacing
xInt = Clip3( SubPicLeftBoundaryPos, SubPicRightBoundaryPos, xInt ) (8 771)
yInt = Clip3( SubPicTopBoundaryPos, SubPicBotBoundaryPos, yInt ) (8 772)
with
xInt = Clip3( SubPicLeftBoundaryPos, SubPicRightBoundaryPos, xIntL ) (8-771)
yInt = Clip3( SubPicTopBoundaryPos, SubPicBotBoundaryPos, yIntL ) (8-772)
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-vD.