Changeset 11 in 3DVCSoftware for branches/0.2-poznan-univ/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 5 Feb 2012, 22:00:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.2-poznan-univ/source/Lib/TLibCommon/TComSlice.h
r5 r11 452 452 453 453 Void setSPS ( TComSPS* pcSPS ) { m_pcSPS = pcSPS; } 454 TComSPS* getSPS () { return m_pcSPS; }454 TComSPS* getSPS () { return m_pcSPS; } 455 455 456 456 Void setPPS ( TComPPS* pcPPS ) { m_pcPPS = pcPPS; }
Note: See TracChangeset for help on using the changeset viewer.