Changeset 1133 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
7 Jul 2015, 23:00:53 (10 years ago)
Author:
seregin
Message:

macro cleanup: O0142_CONDITIONAL_SPS_EXTENSION, Q0177_SPS_TEMP_NESTING_FIX

File:
1 edited

Legend:

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

    r1131 r1133  
    585585
    586586    // When not present sps_temporal_id_nesting_flag is inferred to be equal to vps_temporal_id_nesting_flag
    587 #if Q0177_SPS_TEMP_NESTING_FIX
    588587    sps->setTemporalIdNestingFlag( (sps->getMaxTLayers() > 1) ? activeVPS->getTemporalNestingFlag() : true );
    589 #else
    590     sps->setTemporalIdNestingFlag( activeVPS->getTemporalNestingFlag() );
    591 #endif
    592588
    593589    // When sps_max_dec_pic_buffering_minus1[ i ] is not present for i in the range of 0 to sps_max_sub_layers_minus1, inclusive, due to nuh_layer_id being greater than 0,
Note: See TracChangeset for help on using the changeset viewer.