Changeset 465 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/App
- Timestamp:
- 12 Jun 2013, 14:01:34 (12 years ago)
- Location:
- branches/HTM-DEV-0.3-dev2a/source/App
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2a/source/App/TAppDecoder/TAppDecTop.cpp
r464 r465 95 95 m_pchReconFile = NULL; 96 96 } 97 #if H_3D_FIX 98 if (m_pchScaleOffsetFile) 99 { 100 free (m_pchScaleOffsetFile); 101 m_pchScaleOffsetFile = NULL; 102 } 103 #endif 97 104 } 98 105 -
branches/HTM-DEV-0.3-dev2a/source/App/TAppDecoder/TAppDecTop.h
r464 r465 91 91 Void decode (); ///< main decoding function 92 92 93 #if H_3D_ARP 93 #if H_3D_ARP 94 //GT (IVREFS): This is not needed any more. Reference picture can be obtained from m_ivPicLists. Should be fixed later. 94 95 TDecTop* getTDecTop ( Int layerId ) { return m_tDecTop[layerId]; } 95 96 #endif -
branches/HTM-DEV-0.3-dev2a/source/App/TAppEncoder/TAppEncTop.cpp
r464 r465 619 619 m_acTEncTopList[layer]->init( ); 620 620 #if H_3D_ARP 621 //GT (IVREFS): This is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later. 621 622 m_acTEncTopList[layer]->setTAppEncTop( this ); 622 623 #endif
Note: See TracChangeset for help on using the changeset viewer.