Changeset 1008 in SHVCSoftware for branches/SHM-upgrade/source/App/TAppDecoder


Ignore:
Timestamp:
28 Jan 2015, 19:12:58 (10 years ago)
Author:
seregin
Message:

port the fix for the ticket #58 (rev 1007)

File:
1 edited

Legend:

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

    r1006 r1008  
    206206  }
    207207#endif
    208   this->getCommonDecoderParams()->setTargetOutputLayerSetIdx( olsIdx      );
    209   this->getCommonDecoderParams()->setTargetLayerId    ( m_tgtLayerId );
     208  m_commonDecoderParams.setTargetOutputLayerSetIdx( olsIdx );
     209  m_commonDecoderParams.setTargetLayerId( m_tgtLayerId );
    210210#endif
    211211#if FIX_CONF_MODE
Note: See TracChangeset for help on using the changeset viewer.