Changeset 564 in SHVCSoftware for branches/SHM-5.0-dev/source/App/TAppEncoder


Ignore:
Timestamp:
27 Jan 2014, 17:54:11 (11 years ago)
Author:
seregin
Message:

remove JCTVC_M0458_INTERLAYER_RPS_SIG macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r560 r564  
    12431243      vps->setDirectDependencyFlag( layerCtr, vps->getLayerIdInVps(m_acTEncTop[layerCtr].getRefLayerId(i)), true);
    12441244    }
    1245 #if SVC_EXTENSION
    12461245    // prediction indications
    12471246    vps->setDirectDepTypeLen(2); // sample and motion types are encoded
     
    12711270      }
    12721271    }
    1273 #endif
    12741272  }
    12751273
     
    12881286#endif
    12891287#endif
    1290 #if JCTVC_M0458_INTERLAYER_RPS_SIG
    12911288    vps->setMaxOneActiveRefLayerFlag(maxDirectRefLayers > 1 ? false : true);
    1292 #endif
    12931289#if O0062_POC_LSB_NOT_PRESENT_FLAG
    12941290    for(i = 1; i< vps->getMaxLayers(); i++)
Note: See TracChangeset for help on using the changeset viewer.