Opened 9 months ago

Closed 5 days ago

#1607 closed defect (fixed)

Wrong sign (+ instead of -) in Fig 16 Flowchart for decoding a decision in the ITU text

Reported by: bbross Owned by:
Priority: minor Milestone:
Component: spec Version: H.266/VVC v2
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

In Figure 16 - Flowchart for decoding a decision of the ITU text there is a wrong sign while the ISO text is correct:
ivlOffset = ivlOffset + ivlCurrRange
should be
ivlOffset = ivlOffset – ivlCurrRange

Change history (1)

comment:1 Changed 5 days ago by bbross

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

Fixed in v3

Note: See TracTickets for help on using tickets.