Changeset 1175 in 3DVCSoftware for branches/HTM-13.1-dev0/source/App/TAppDecoder/TAppDecTop.cpp
- Timestamp:
- 7 Apr 2015, 15:33:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.1-dev0/source/App/TAppDecoder/TAppDecTop.cpp
r1170 r1175 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 248 248 { 249 249 m_tDecTop[decIdx]->setTargetOptLayerSetIdx( m_targetOptLayerSetIdx ); 250 #if H_3D_ANNEX_SELECTION_FIX 250 251 m_tDecTop[decIdx]->setProfileIdc( ); 252 #endif 251 253 } 252 254 … … 1051 1053 m_tDecTop[ decIdx ]->setLayerInitilizedFlags( m_layerInitilizedFlags ); 1052 1054 m_tDecTop[ decIdx ]->setTargetOptLayerSetIdx( m_targetOptLayerSetIdx ); 1055 #if H_3D_ANNEX_SELECTION_FIX 1053 1056 m_tDecTop[ decIdx ]->setProfileIdc ( ); 1057 #endif 1054 1058 1055 1059 #if H_3D
Note: See TracChangeset for help on using the changeset viewer.