Changeset 465 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 12 Jun 2013, 14:01:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibDecoder/TDecTop.cpp
r464 r465 55 55 m_aaiCodedScale = new Int* [ MAX_NUM_LAYERS ]; 56 56 m_aiViewId = new Int [ MAX_NUM_LAYERS ]; 57 #if !H_3D_FIX 57 58 m_aiLayerIdx = new Int [ MAX_NUM_LAYERS ]; 59 #endif 58 60 59 61 m_bViewReceived = new Bool [ MAX_NUM_LAYERS ]; … … 899 901 if( iViewIdx<getViewIndex() && !bIsDepth ) 900 902 { 903 //GT (IVREFS): m_tAppDecTop is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later. 901 904 pcSlice->setBaseViewRefPicList( m_tAppDecTop->getTDecTop(iLayerId)->getListPic(), iViewIdx ); 902 905 }
Note: See TracChangeset for help on using the changeset viewer.