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


Ignore:
Timestamp:
25 Apr 2014, 22:44:21 (11 years ago)
Author:
sharp
Message:

JCTVC-Q0102 Proposal 2 infer value from layer DPB param

  1. Deshpande <sdeshpande@…>
File:
1 edited

Legend:

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

    r747 r748  
    861861      // to avoid compiler warning "array subscript is above array bounds"
    862862      assert( i < MAX_TLAYER );
    863 
     863#if LAYER_DECPICBUFF_PARAM && RESOLUTION_BASED_DPB
     864      sps->setMaxDecPicBuffering( activeVPS->getMaxVpsLayerDecPicBuffMinus1( getCommonDecoderParams()->getTargetOutputLayerSetIdx(), sps->getLayerId(), i) + 1, i);
     865#else
    864866      sps->setMaxDecPicBuffering( activeVPS->getMaxVpsDecPicBufferingMinus1( getCommonDecoderParams()->getTargetOutputLayerSetIdx(), sps->getLayerId(), i) + 1, i);
     867#endif
    865868    }
    866869  }
Note: See TracChangeset for help on using the changeset viewer.