Changeset 546 in SHVCSoftware for branches/SHM-4.1-dev/source/App


Ignore:
Timestamp:
15 Jan 2014, 01:06:24 (11 years ago)
Author:
qualcomm
Message:

JCTVC-O0137: Reserve value 63 for vps_max_layers_minus1 (Macro: O0137_MAX_LAYERID)

Reserve the value of 63 for vps_max_layers_minus1, but allow bistreams to contain the value. Decoder ignore NUTs with layer ID equal to 63.

Patch from Karsten Suehring <karsten.suehring@…>

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.1-dev/source/App/TAppDecoder/TAppDecCfg.cpp

    r521 r546  
    144144  m_tgtLayerId = nLayerNum - 1;
    145145  assert( m_tgtLayerId >= 0 );
     146#if O0137_MAX_LAYERID
     147  assert( m_tgtLayerId < MAX_NUM_LAYER_IDS );
     148#endif
    146149#if OUTPUT_LAYER_SET_INDEX 
    147150  this->getCommonDecoderParams()->setOutputLayerSetIdx( olsIdx       );
Note: See TracChangeset for help on using the changeset viewer.