Changeset 1224 in 3DVCSoftware
- Timestamp:
- 21 May 2015, 22:00:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1-RWTH/source/App/TAppEncoder/TAppEncCfg.cpp
r1223 r1224 1363 1363 ; 1364 1364 1365 // FJ: this should be removed as soon as Inter-SDC is fully implemented1366 #if !NH_3D_INTER_SDC1367 m_interSdcFlag = false;1368 #endif1369 1370 1365 #if NH_MV 1371 1366 // parse coding structure … … 2092 2087 // check validity of input parameters 2093 2088 xCheckParameter(); 2089 2090 // FJ: this should be removed as soon as Inter-SDC is fully implemented 2091 #if !NH_3D_INTER_SDC 2092 m_interSdcFlag = false; 2093 #endif 2094 2094 2095 2095 // compute actual CU depth with respect to config depth and max transform size
Note: See TracChangeset for help on using the changeset viewer.