Changeset 100 in 3DVCSoftware for trunk/source/Lib/TLibCommon/NAL.h
- Timestamp:
- 9 Aug 2012, 12:53:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/NAL.h
r77 r100 52 52 #endif 53 53 #if VIDYO_VPS_INTEGRATION 54 54 unsigned m_layerId; 55 55 unsigned m_temporalId; ///< temporal_id 56 56 #else … … 100 100 m_isDepth = isDepth; 101 101 #else 102 102 m_layerId = layerId; 103 103 #endif 104 104 m_temporalId = temporalID; … … 124 124 m_isDepth = isDepth; 125 125 #else 126 126 m_layerId = layerId; 127 127 #endif 128 128 m_temporalId = temporalID;
Note: See TracChangeset for help on using the changeset viewer.