Changeset 588 in SHVCSoftware for trunk/source/App/TAppDecoder
- Timestamp:
- 1 Feb 2014, 23:50:54 (11 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-5.0-dev (added) merged: 548-585,587
- Property svn:mergeinfo changed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-5.0-dev/source (added) merged: 549-585 /trunk/source removed
- Property svn:mergeinfo changed
-
trunk/source/App/TAppDecoder/TAppDecCfg.cpp
r547 r588 148 148 #endif 149 149 #if OUTPUT_LAYER_SET_INDEX 150 this->getCommonDecoderParams()->set OutputLayerSetIdx( olsIdx );150 this->getCommonDecoderParams()->setTargetOutputLayerSetIdx( olsIdx ); 151 151 this->getCommonDecoderParams()->setTargetLayerId ( m_tgtLayerId ); 152 152 #endif -
trunk/source/App/TAppDecoder/TAppDecTop.cpp
r540 r588 81 81 } 82 82 #if SVC_EXTENSION 83 for( Int i = 0; i < m_tgtLayerId; i++ )83 for( Int i = 0; i <= m_tgtLayerId; i++ ) 84 84 { 85 85 if( m_pchReconFile[i] )
Note: See TracChangeset for help on using the changeset viewer.