Changeset 436 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
14 Oct 2013, 19:11:30 (12 years ago)
Author:
seregin
Message:

fix compilation warnings and remove always true condition check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncSearch.cpp

    r435 r436  
    32233223#if N0383_IL_CONSTRAINED_TILE_SETS_SEI
    32243224  Bool disableILP = false;
    3225   if (pcCU->getPic()->getLayerId() > 0 && m_pcEncCfg->getInterLayerConstrainedTileSetsSEIEnabled() && pcCU->getPic()->getPicSym()->getTileIdxMap(pcCU->getAddr()) >= 0)
     3225  if (pcCU->getPic()->getLayerId() > 0 && m_pcEncCfg->getInterLayerConstrainedTileSetsSEIEnabled() /*&& pcCU->getPic()->getPicSym()->getTileIdxMap(pcCU->getAddr()) >= 0*/) //always true condition is commented out
    32263226  {
    32273227    if (pcCU->getPic()->getPicSym()->getTileSetType(pcCU->getAddr()) == 2)
Note: See TracChangeset for help on using the changeset viewer.