Changeset 40 in 3DVCSoftware for branches/0.3-ericsson/source/Lib/TLibEncoder/TEncTop.cpp
- Timestamp:
- 25 Mar 2012, 13:04:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-ericsson/source/Lib/TLibEncoder/TEncTop.cpp
r34 r40 546 546 m_cSPS.setMaxTrSize ( 1 << m_uiQuadtreeTULog2MaxSize ); 547 547 548 #if BITSTREAM_EXTRACTION 549 m_cSPS.setLayerId( m_uiLayerId ); 550 #endif 551 548 552 if( m_bIsDepth ) 549 553 { … … 632 636 Void TEncTop::xInitPPS() 633 637 { 638 #if BITSTREAM_EXTRACTION 639 m_cPPS.setLayerId( m_uiLayerId ); 640 #endif 641 634 642 m_cPPS.setConstrainedIntraPred( m_bUseConstrainedIntraPred ); 635 643 m_cPPS.setPPSId( ( m_uiViewId << 1 ) + ( m_bIsDepth ? 1 : 0 ) );
Note: See TracChangeset for help on using the changeset viewer.