Changeset 636 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 20 Mar 2014, 02:37:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r635 r636 519 519 520 520 #if SPS_DPB_PARAMS 521 if( pcSPS->getLayerId() == 0 ) { 521 if( pcSPS->getLayerId() == 0 ) 522 { 522 523 #endif 523 524 const Bool subLayerOrderingInfoPresentFlag = 1; … … 534 535 } 535 536 #if SPS_DPB_PARAMS 536 537 } 537 538 #endif 538 539 assert( pcSPS->getMaxCUWidth() == pcSPS->getMaxCUHeight() );
Note: See TracChangeset for help on using the changeset viewer.