Opened 4 years ago

Closed 4 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 4 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed

Thanks for reporting.

This will be fixed JVET-P2001-vC.

Note: See TracTickets for help on using tickets.