Ignore:
Timestamp:
3 Mar 2015, 02:48:00 (10 years ago)
Author:
interdigital
Message:
  1. change MAX_VPS_LAYER_ID_PLUS1 to MAX_VPS_LAYER_IDX_PLUS1
  2. change layerId to layerIdx whenever layer index is used
  3. replace mistakenly used layer ID with layer index
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1043 r1048  
    851851#if SVC_EXTENSION
    852852  assert( pcVPS->getNumHrdParameters() <= MAX_VPS_LAYER_SETS_PLUS1 );
    853   assert( pcVPS->getMaxLayerId() < MAX_VPS_LAYER_ID_PLUS1 );
     853  assert( pcVPS->getMaxLayerId() < MAX_VPS_LAYER_IDX_PLUS1 );
    854854#if !VPS_EXTN_OP_LAYER_SETS     // num layer sets set in TAppEncTop.cpp
    855855  pcVPS->setNumLayerSets(1);
Note: See TracChangeset for help on using the changeset viewer.