Changeset 71 in 3DVCSoftware for branches/HTM-3.0-Vidyo/source/App/TAppEncoder
- Timestamp:
- 5 Jun 2012, 04:47:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-3.0-Vidyo/source/App/TAppEncoder/TAppEncTop.h
r70 r71 80 80 81 81 #if DEPTH_MAP_GENERATION 82 #if VIDYO_VPS_INTEGRATION 83 TComVPSAccess m_cVPSAccess; 84 #endif 82 85 TComSPSAccess m_cSPSAccess; 83 86 TComAUPicAccess m_cAUPicAccess; … … 137 140 #if VIDYO_VPS_INTEGRATION 138 141 TComVPS* getVPS() { return &m_cVPS; } 142 TComVPSAccess* getVPSAccess () { return &m_cVPSAccess; } 139 143 #endif 140 144
Note: See TracChangeset for help on using the changeset viewer.