Opened 11 years ago

Closed 11 years ago

#825 closed defect (fixed)

Editorial items

Reported by: crosewarne Owned by: bbross
Priority: minor Milestone:
Component: Text Version: D9 (K1003) v4
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

In K1003-v7:

Section 8.4.4.1:

"Depending splitFlag, the following applies:"
should be
"Depending on splitFlag, the following applies:"

Section 8.4.4.2.1:

Eqn (8-27):

"yBN = yB +y"
should be
"yBN = yB + y"

Section 8.4.4.2.6:

Eqn (8-49):

"iFact = ( ( y + 1 )*intraPredAngle ) && 31"
should be
"iFact = ( ( y + 1 )*intraPredAngle ) & 31"

Near eqns (8-45) and (8-53):

Two instances of the word 'extented' should each be replaced by 'extended'.

Eqn (8-57):

"iFact = ( ( x + 1 )*intraPredAngle ) && 31"
should be
"iFact = ( ( x + 1 )*intraPredAngle ) & 31"

Change History (2)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 11 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • Benjamin Bross(Owner, Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Woo-Jin Han(Subscriber)