Opened 5 years ago
Closed 5 years ago
#723 closed defect (fixed)
Unclear variable sbBdofFlag in 8.5.6.1 General
Reported by: | chujoh | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D7 vE |
Keywords: | Cc: | jvet@…, ksuehring, bbross, XiangLi, fbossen |
Description
In section 8.5.6.1, when bdofFlag is equal to TRUE, the variable sbBdofFlag has been defined.
But when bdofFlag is equal to FALSE, the variable sbBdofFlag is not defined.
After the current derivation process for sbBdofFlag, the following description should be added.
When bdofFlag is equal to FALSE, the variable sbBdofFlag is set equal to FALSE.
Change history (3)
comment:1 Changed 5 years ago by jlchen
comment:2 Changed 5 years ago by bbross
Thanks for reporting!
This has been fixed in JVET-Q2001-v7.
comment:3 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Right. The variable sbBdofFlag should be initialized to be equal to FALSE.