Changeset 1198 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 8 Jul 2015, 19:43:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1185 r1198 1565 1565 1566 1566 vps->setMaxOneActiveRefLayerFlag(maxDirectRefLayers > 1 ? false : true); 1567 #if O0062_POC_LSB_NOT_PRESENT_FLAG 1567 1568 // POC LSB not present flag 1568 1569 for( i = 1; i< vps->getMaxLayers(); i++ ) 1569 1570 { … … 1574 1575 } 1575 1576 } 1576 #endif 1577 1577 1578 vps->setCrossLayerPictureTypeAlignFlag( m_crossLayerPictureTypeAlignFlag ); 1578 1579 vps->setCrossLayerAlignedIdrOnlyFlag( m_crossLayerAlignedIdrOnlyFlag );
Note: See TracChangeset for help on using the changeset viewer.