Changeset 458 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 11 Nov 2013, 21:59:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r455 r458 1715 1715 rpcSlice->setActiveNumILRRefIdx(0); 1716 1716 #if ILP_SSH_SIG 1717 #if ILP_SSH_SIG_FIX 1718 if((sps->getLayerId() > 0) && !(rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag()) && (rpcSlice->getNumILRRefIdx() > 0) ) 1719 #else 1717 1720 if((sps->getLayerId() > 0) && rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag() && (rpcSlice->getNumILRRefIdx() > 0) ) 1721 #endif 1718 1722 #else 1719 1723 if((sps->getLayerId() > 0) && (rpcSlice->getNumILRRefIdx() > 0) ) … … 1768 1772 } 1769 1773 #if ILP_SSH_SIG 1774 #if ILP_SSH_SIG_FIX 1775 else if( rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag() == true ) 1776 #else 1770 1777 else if( rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag() == false ) 1778 #endif 1771 1779 { 1772 1780 rpcSlice->setInterLayerPredEnabledFlag(true);
Note: See TracChangeset for help on using the changeset viewer.