Opened 5 years ago
Closed 5 years ago
#661 closed defect (fixed)
minor simplif in condition to decode cu_sbt_flag
Reported by: | francoise | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-7.0 |
Component: | spec | Version: | VVC D7 vB |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In coding_unit( ) syntax (clause 7.3.9.5), the condition for decoding cu_sbt_flag :
if( allowSbtVerH | | allowSbtHorH | | allowSbtVerQ | | allowSbtHorQ )
could be simplified as
if( allowSbtVerH | | allowSbtHorH )
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.