Changeset 1060 in SHVCSoftware for branches/SHM-dev


Ignore:
Timestamp:
4 Mar 2015, 22:32:22 (10 years ago)
Author:
interdigital
Message:

use MAX_NUM_LAYER_IDS for assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1057 r1060  
    10701070#if SVC_EXTENSION
    10711071  assert( pcVPS->getNumHrdParameters() < MAX_VPS_LAYER_SETS_PLUS1 );
    1072   assert( pcVPS->getMaxLayerId()       < MAX_VPS_LAYER_IDX_PLUS1 );
     1072  assert( pcVPS->getMaxLayerId()       < MAX_NUM_LAYER_IDS );
    10731073  READ_CODE( 6, uiCode, "vps_max_layer_id" );           pcVPS->setMaxLayerId( uiCode );
    10741074#if Q0078_ADD_LAYER_SETS
Note: See TracChangeset for help on using the changeset viewer.