Changeset 90 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 20 Mar 2013, 22:00:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComSlice.h
r76 r90 1676 1676 //! activate a PPS and depending on isIDR parameter also SPS and VPS 1677 1677 //! \returns true, if activation is successful 1678 #if SVC_EXTENSION1679 Bool activatePPS(Int ppsId, Bool isIDR, UInt layerId);1680 #else1681 1678 Bool activatePPS(Int ppsId, Bool isIDR); 1682 #endif1683 1679 1684 1680 TComVPS* getActiveVPS(){ return m_vpsMap.getPS(m_activeVPSId); }; … … 1687 1683 1688 1684 protected: 1689 1685 1686 #if SVC_EXTENSION 1687 static ParameterSetMap<TComVPS> m_vpsMap; 1688 #else 1690 1689 ParameterSetMap<TComVPS> m_vpsMap; 1690 #endif 1691 1691 ParameterSetMap<TComSPS> m_spsMap; 1692 1692 ParameterSetMap<TComPPS> m_ppsMap; 1693 1693 1694 #if SVC_EXTENSION 1695 static Int m_activeVPSId; 1696 #else 1694 1697 Int m_activeVPSId; 1698 #endif 1695 1699 Int m_activeSPSId; 1696 1700 Int m_activePPSId;
Note: See TracChangeset for help on using the changeset viewer.