Changeset 959 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibCommon


Ignore:
Timestamp:
6 Jan 2015, 03:12:18 (11 years ago)
Author:
seregin
Message:

update on PTL

Location:
branches/SHM-upgrade/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/Lib/TLibCommon/TComSlice.h

    r945 r959  
    628628#if SVC_EXTENSION
    629629#if MULTIPLE_PTL_SUPPORT
    630   TComPTL     m_pcPTLList[NUM_POSSIBLE_LEVEL];
     630  TComPTL     m_pcPTLList[MAX_NUM_LAYER_IDS + 1];
    631631#endif
    632632#if DERIVE_LAYER_ID_LIST_VARIABLES
  • branches/SHM-upgrade/source/Lib/TLibCommon/TypeDef.h

    r946 r959  
    247247#endif
    248248#define MULTIPLE_PTL_SUPPORT             1      ///< Profile, tier and level signalling
    249 #define NUM_POSSIBLE_LEVEL               13
    250249
    251250#define VPS_DPB_SIZE_TABLE               1      ///< JCTVC-O0217: DPB operations: signaling DPB-related parameters
     
    930929    MAINREXT = 4,
    931930    HIGHTHROUGHPUTREXT = 5,
     931#if MULTIPLE_PTL_SUPPORT
     932    MULTIVIEWMAIN = 6,
     933    SCALABLEMAIN = 7,
     934    SCALABLEMAIN10 = 7,
     935#endif
    932936  };
    933937}
Note: See TracChangeset for help on using the changeset viewer.