Changeset 458 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibEncoder
- Timestamp:
- 11 Nov 2013, 21:59:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r455 r458 1366 1366 #if JCTVC_M0458_INTERLAYER_RPS_SIG 1367 1367 #if ILP_SSH_SIG 1368 #if ILP_SSH_SIG_FIX 1369 if((pcSlice->getSPS()->getLayerId() > 0) && !(pcSlice->getVPS()->getIlpSshSignalingEnabledFlag()) && (pcSlice->getNumILRRefIdx() > 0) ) 1370 #else 1368 1371 if((pcSlice->getSPS()->getLayerId() > 0) && pcSlice->getVPS()->getIlpSshSignalingEnabledFlag() && (pcSlice->getNumILRRefIdx() > 0) ) 1372 #endif 1369 1373 #else 1370 1374 if((pcSlice->getSPS()->getLayerId() > 0) && (pcSlice->getNumILRRefIdx() > 0) )
Note: See TracChangeset for help on using the changeset viewer.