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


Ignore:
Timestamp:
5 Jan 2015, 09:03:13 (11 years ago)
Author:
qualcomm
Message:

Fix for aligned bumping, ticket #38.

Fix for the ticket number #38, related to layerId and layerIdx in the code under the macro ALIGNED_BUMPING.

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

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

    r944 r952  
    30113011
    30123012  }
     3013#if FIX_CONF_MODE
     3014  // Set correct value of targetLayerId
     3015  Int targetOlsIdx = params->getTargetOutputLayerSetIdx();
     3016  Int targetLsIdx = vps->getOutputLayerSetIdx( targetOlsIdx );
     3017  params->setTargetLayerId( vps->getLayerSetLayerIdList( targetLsIdx, vps->getNumLayersInIdList(targetLsIdx)-1 ) );
     3018#endif
    30133019}
    30143020#endif
Note: See TracChangeset for help on using the changeset viewer.