Changeset 154 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibEncoder
- Timestamp:
- 7 May 2013, 00:03:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r138 r154 1109 1109 startCUAddrSliceSegmentIdx++; 1110 1110 #if AVC_BASE 1111 if( m_layerId == 0 )1111 if( m_layerId == 0 && m_pcEncTop->getVPS()->getAvcBaseLayerFlag() ) 1112 1112 { 1113 1113 pcPic->getPicYuvOrg()->copyToPic( pcPic->getPicYuvRec() ); … … 1225 1225 OutputNALUnit nalu(NAL_UNIT_VPS, 0, m_layerId); 1226 1226 #if AVC_BASE 1227 if( m_layerId == 1)1227 if( ( m_layerId == 1 && m_pcEncTop->getVPS()->getAvcBaseLayerFlag() ) || ( m_layerId == 0 && !m_pcEncTop->getVPS()->getAvcBaseLayerFlag() ) ) 1228 1228 #else 1229 1229 if( m_layerId == 0 )
Note: See TracChangeset for help on using the changeset viewer.