Changeset 782 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 6 Jun 2014, 19:07:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r778 r782 976 976 } 977 977 } 978 #if ILP_SSH_SIG 979 WRITE_FLAG( vps->getIlpSshSignalingEnabledFlag(), "all_ref_layers_active_flag" ); 980 #endif 978 WRITE_FLAG( vps->getIlpSshSignalingEnabledFlag(), "all_ref_layers_active_flag" ); 981 979 #if VPS_EXTN_PROFILE_INFO 982 980 // Profile-tier-level signalling … … 1969 1967 1970 1968 #if SVC_EXTENSION 1971 #if ILP_SSH_SIG1972 #if ILP_SSH_SIG_FIX1973 1969 if((pcSlice->getLayerId() > 0) && !(pcSlice->getVPS()->getIlpSshSignalingEnabledFlag()) && (pcSlice->getNumILRRefIdx() > 0) ) 1974 #else1975 if((pcSlice->getLayerId() > 0) && pcSlice->getVPS()->getIlpSshSignalingEnabledFlag() && (pcSlice->getNumILRRefIdx() > 0) )1976 #endif1977 #else1978 if((pcSlice->getLayerId() > 0) && (pcSlice->getNumILRRefIdx() > 0) )1979 #endif1980 1970 { 1981 1971 WRITE_FLAG(pcSlice->getInterLayerPredEnabledFlag(),"inter_layer_pred_enabled_flag");
Note: See TracChangeset for help on using the changeset viewer.