Changeset 1510 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 15 Dec 2015, 17:36:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComPicSym.h
r1503 r1510 192 192 Bool getSkippedTileSetFlag( Int i ) { return *(m_pbSkippedTileSetFlag + i); } 193 193 #endif 194 Void inferSpsForNonHEVCBL(TComVPS *vps ) { m_sps.inferSPS(0, vps);}194 Void inferSpsForNonHEVCBL(TComVPS *vps, const UInt maxCuWidth, const UInt maxCuHeight) { m_sps.inferSPS(0, vps); m_sps.setMaxCUWidth(maxCuWidth), m_sps.setMaxCUHeight(maxCuHeight); } 195 195 #endif //SVC_EXTENSION 196 196
Note: See TracChangeset for help on using the changeset viewer.