Changeset 366 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 3 May 2013, 16:53:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/Lib/TLibCommon/TComSlice.h
r364 r366 248 248 ProfileTierLevel* getGeneralPTL() { return &m_generalPTL; } 249 249 ProfileTierLevel* getSubLayerPTL(Int i) { return &m_subLayerPTL[i]; } 250 251 250 #if H_MV 252 251 Void copyLevelFrom( TComPTL* source ); … … 536 535 537 536 #endif 538 539 537 public: 540 538 TComVPS(); … … 596 594 TComPTL* getPTL() { return &m_pcPTL; } 597 595 #endif 598 599 596 #if SIGNAL_BITRATE_PICRATE_IN_VPS 600 597 TComBitRatePicRateInfo *getBitratePicrateInfo() { return &m_bitRatePicRateInfo; } … … 1585 1582 Void setRefPicList ( TComList<TComPic*>& rcListPic ); 1586 1583 #endif 1587 1588 1584 #endif 1589 1585 Void setRefPOCList ();
Note: See TracChangeset for help on using the changeset viewer.