Opened 12 years ago

Closed 12 years ago

#780 closed defect (invalid)

Profile, tier and level syntax

Reported by: kazushi Owned by: bbross
Priority: minor Milestone: D8
Component: Text Version: D8 (J1003) d7
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

line 11 is as follows:

for( i = 0; i < MaxNumSubLayersMinus1; i++ ) {

it should be:

for( i = 0; i <= MaxNumSubLayersMinus1; i++ ) {

Change History (4)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 12 years ago by yk

No, it should not, as the highest sub-layer information is present already.

comment:3 Changed 12 years ago by kazushi

Oh, yes you are right.
Sorry for creating this ticket!

comment:4 Changed 12 years ago by bbross

  • Resolution set to invalid
  • 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)
  • Kazushi Sato(Reporter, Participant)
  • Woo-Jin Han(Subscriber)
  • Ye-Kui Wang(Participant)