Changeset 542 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComSlice.cpp
- Timestamp:
- 23 Jul 2013, 15:19:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComSlice.cpp
r540 r542 118 118 , m_icSkipParseFlag ( false ) 119 119 #endif 120 #if H_3D _GEN120 #if H_3D 121 121 , m_depthToDisparityB ( NULL ) 122 122 , m_depthToDisparityF ( NULL ) … … 158 158 delete[] m_puiSubstreamSizes; 159 159 m_puiSubstreamSizes = NULL; 160 #if H_3D _GEN160 #if H_3D 161 161 for( UInt i = 0; i < getViewIndex(); i++ ) 162 162 { … … 1529 1529 #endif 1530 1530 } 1531 #if H_3D _GEN1531 #if H_3D 1532 1532 for( Int i = 0; i < MAX_NUM_LAYERS; i++ ) 1533 1533 { … … 2636 2636 } 2637 2637 #endif 2638 #if H_3D _GEN2638 #if H_3D 2639 2639 Void TComSlice::setIvPicLists( TComPicLists* m_ivPicLists ) 2640 2640 {
Note: See TracChangeset for help on using the changeset viewer.