Opened 10 years ago

Closed 10 years ago

#26 closed defect (fixed)

Declaration of m_maxTSLayerMinus1

Reported by: adarsh Owned by: Vadim
Priority: minor Milestone: Draft 5
Component: SHM software Version: Draft 4 version 3
Keywords: Cc: Vadim, jct-vc@…

Description

The array m_maxTSLayerMinus1 is declared in TComSlice.h as

UInt m_maxTSLayerMinus1[MAX_VPS_LAYER_ID_PLUS1 - 1];

It should be

UInt m_maxTSLayerMinus1[MAX_VPS_LAYER_ID_PLUS1];

because the #sub-layers is signalled for each layer; hence "-1" should not be there.

Change history (2)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc Vadim jct-vc@… added

comment:2 Changed 10 years ago by Vadim

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

fixed with rev 680

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

  • Adarsh Krishnan Ramasubramonian(Reporter)
  • Gerhard Tech(Always)
  • jct-vc@…(Subscriber)
  • Karsten Suehring(Always)
  • Vadim Seregin(Owner, Subscriber, Participant)