Changeset 648 in SHVCSoftware for branches/SHM-5.1-dev/source/App
- Timestamp:
- 26 Mar 2014, 01:40:32 (12 years ago)
- Location:
- branches/SHM-5.1-dev/source/App/TAppEncoder
- Files:
-
- 2 edited
-
TAppEncCfg.cpp (modified) (1 diff)
-
TAppEncTop.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r633 r648 1761 1761 m_numLayers = m_numLayers > MAX_LAYERS ? MAX_LAYERS : m_numLayers; 1762 1762 1763 1764 // it can be updated after AVC BL support will be added to the WD 1765 if( m_avcBaseLayerFlag ) 1766 { 1767 m_crossLayerIrapAlignFlag = false; 1768 m_crossLayerPictureTypeAlignFlag = false; 1769 m_crossLayerAlignedIdrOnlyFlag = false; 1770 } 1771 1763 1772 // verify layer configuration parameters 1764 1773 for(UInt layer=0; layer<m_numLayers; layer++) -
branches/SHM-5.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r646 r648 1336 1336 } 1337 1337 } 1338 1339 if( vps->getAvcBaseLayerFlag() )1340 {1341 vps->setCrossLayerIrapAlignFlag(false);1342 }1343 1338 #endif 1344 1339 #if M0040_ADAPTIVE_RESOLUTION_CHANGE
Note: See TracChangeset for help on using the changeset viewer.