Changeset 489 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncTop.h
- Timestamp:
- 22 Jun 2013, 22:37:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncTop.h
r465 r489 129 129 TEncRateCtrl m_cRateCtrl; ///< Rate control class 130 130 131 #if H_3D_ARP 131 #if H_3D_ARP && !H_3D_ARP_FIX 132 132 TAppEncTop* m_pcTAppEncTop; 133 133 #endif … … 213 213 Void setIvPicLists ( TComPicLists* picLists) { m_ivPicLists = picLists; } 214 214 #endif 215 #if H_3D_ARP 215 #if H_3D_ARP && !H_3D_ARP_FIX 216 216 //GT (IVREFS): m_tAppDecTop is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later. 217 217 Void setTAppEncTop( TAppEncTop* pcTAppEncTop ) { m_pcTAppEncTop = pcTAppEncTop; }
Note: See TracChangeset for help on using the changeset viewer.