Changeset 908 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 17 Oct 2014, 14:27:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r903 r908 588 588 { 589 589 #if R0042_PROFILE_INDICATION 590 #if FIX_LAYER_ID_INIT 591 Bool bMultiLayerExtSpsFlag = (pcSPS->getLayerId() != 0 && pcSPS->getNumDirectRefLayers() != 0); 592 #else 590 593 Bool bMultiLayerExtSpsFlag = (pcSPS->getNumDirectRefLayers() != 0 ) ; 594 #endif 591 595 #endif 592 596 #if ENC_DEC_TRACE … … 1003 1007 } 1004 1008 } 1009 #if !FIX_LAYER_ID_INIT // It was still called because NECESSARY_FLAG does not exist and is by default "false" 1005 1010 #if !NECESSARY_FLAG // Already called once in TAppEncTop.cpp 1006 1011 #if DERIVE_LAYER_ID_LIST_VARIABLES 1007 1012 pcVPS->deriveLayerIdListVariables(); 1013 #endif 1008 1014 #endif 1009 1015 #endif
Note: See TracChangeset for help on using the changeset viewer.