Changeset 289 in 3DVCSoftware for branches/HTM-5.1-dev0/source/App
- Timestamp:
- 18 Feb 2013, 21:17:26 (12 years ago)
- Location:
- branches/HTM-5.1-dev0/source/App
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev0/source/App/TAppDecoder/TAppDecTop.cpp
r280 r289 108 108 newPicture[i] = false; 109 109 #if FLEX_CODING_ORDER_M23723 110 #if FIX_FCO_COMP_WARNING111 110 m_fcoOrder[i] = ' '; 112 #else113 m_fcoOrder[i]=NULL;114 #endif115 111 #endif 116 112 -
branches/HTM-5.1-dev0/source/App/TAppEncoder/TAppEncTop.cpp
r287 r289 1184 1184 1185 1185 #if !QC_MVHEVC_B0046 1186 #if FIX_DEL_NULLPTR1187 1186 if ( pcPdmDepthOrg != NULL && m_uiMultiviewMvRegMode ) 1188 #else1189 if ( pcPdmDepthOrg != NULL )1190 #endif1191 1187 { 1192 1188 pcPdmDepthOrg->destroy();
Note: See TracChangeset for help on using the changeset viewer.