Ignore:
Timestamp:
6 Jan 2015, 04:21:12 (10 years ago)
Author:
seregin
Message:

port the fix for ticket #38

File:
1 edited

Legend:

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

    r947 r961  
    30013001
    30023002  }
     3003#if FIX_CONF_MODE
     3004  // Set correct value of targetLayerId
     3005  Int targetOlsIdx = params->getTargetOutputLayerSetIdx();
     3006  Int targetLsIdx = vps->getOutputLayerSetIdx( targetOlsIdx );
     3007  params->setTargetLayerId( vps->getLayerSetLayerIdList( targetLsIdx, vps->getNumLayersInIdList(targetLsIdx)-1 ) );
     3008#endif
    30033009}
    30043010#endif
Note: See TracChangeset for help on using the changeset viewer.