Changeset 1474 in SHVCSoftware


Ignore:
Timestamp:
22 Sep 2015, 19:53:47 (9 years ago)
Author:
seregin
Message:

put the fix for the ticket #85 under SVC_EXTENSION macro

File:
1 edited

Legend:

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

    r1473 r1474  
    543543
    544544  pcPic->setTLayer( temporalId );
    545   if(eSliceType==I_SLICE  || m_ppcTEncTop[m_pcCfg->getLayerId()]->getPOCLast() == 0)
     545#if SVC_EXTENSION
     546  if( eSliceType==I_SLICE || m_ppcTEncTop[m_pcCfg->getLayerId()]->getPOCLast() == 0 )
     547#else
     548  if(eSliceType==I_SLICE)
     549#endif
    546550  {
    547551    pcPic->setTLayer(0);
Note: See TracChangeset for help on using the changeset viewer.