Changeset 188 in 3DVCSoftware for branches/HTM-4.1-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 15 Nov 2012, 21:36:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r187 r188 74 74 { 75 75 m_aidQP = NULL; 76 #if FIXES77 76 m_aidQPdepth = NULL; 78 #endif79 77 } 80 78 … … 86 84 } 87 85 88 #if FIXES89 86 if ( m_aidQPdepth ) 90 87 { 91 88 delete[] m_aidQPdepth; m_aidQPdepth = NULL; 92 89 } 93 #endif94 90 95 91 for(Int i = 0; i< m_pchInputFileList.size(); i++ ) … … 120 116 #endif 121 117 122 #if FIX_MEM_LEAKS123 118 if ( m_pchCameraParameterFile != NULL ) 124 119 free ( m_pchCameraParameterFile ); … … 139 134 free ( m_scalingListFile ); 140 135 141 #endif142 136 143 137 } … … 330 324 #endif 331 325 #if DBL_CONTROL 332 #if FIX_DBL_CONTROL_DEFAULT333 326 ("DeblockingFilterControlPresent", m_DeblockingFilterControlPresent, true) 334 #else335 ("DeblockingFilterControlPresent", m_DeblockingFilterControlPresent, false)336 #endif337 327 #endif 338 328
Note: See TracChangeset for help on using the changeset viewer.