Changeset 613 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 12 Feb 2014, 02:02:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r608 r613 496 496 WRITE_UVLC( pcSPS->getBitsForPOC()-4, "log2_max_pic_order_cnt_lsb_minus4" ); 497 497 498 #if SPS_DPB_PARAMS 499 if( pcSPS->getLayerId() == 0 ) { 500 #endif 498 501 const Bool subLayerOrderingInfoPresentFlag = 1; 499 502 WRITE_FLAG(subLayerOrderingInfoPresentFlag, "sps_sub_layer_ordering_info_present_flag"); … … 508 511 } 509 512 } 513 #if SPS_DPB_PARAMS 514 } 515 #endif 510 516 assert( pcSPS->getMaxCUWidth() == pcSPS->getMaxCUHeight() ); 511 517
Note: See TracChangeset for help on using the changeset viewer.