Changeset 902 in SHVCSoftware
- Timestamp:
- 7 Oct 2014, 18:05:19 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r898 r902 749 749 750 750 #if R0042_PROFILE_INDICATION 751 UInt uiTmp ;752 bool bMultiLayerExtSpsFlag;751 UInt uiTmp = 0; 752 Bool bMultiLayerExtSpsFlag; 753 753 #endif 754 754 UInt uiCode; -
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r898 r902 588 588 { 589 589 #if R0042_PROFILE_INDICATION 590 bool bMultiLayerExtSpsFlag = (pcSPS->getNumDirectRefLayers() != 0 ) ;590 Bool bMultiLayerExtSpsFlag = (pcSPS->getNumDirectRefLayers() != 0 ) ; 591 591 #endif 592 592 #if ENC_DEC_TRACE
Note: See TracChangeset for help on using the changeset viewer.