Changeset 1224 in 3DVCSoftware


Ignore:
Timestamp:
21 May 2015, 22:00:16 (9 years ago)
Author:
rwth
Message:
  • disable inter-SDC for now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1-RWTH/source/App/TAppEncoder/TAppEncCfg.cpp

    r1223 r1224  
    13631363  ;
    13641364
    1365   // FJ: this should be removed as soon as Inter-SDC is fully implemented
    1366 #if !NH_3D_INTER_SDC
    1367   m_interSdcFlag = false;
    1368 #endif
    1369 
    13701365#if NH_MV
    13711366  // parse coding structure
     
    20922087  // check validity of input parameters
    20932088  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
    20942094
    20952095  // compute actual CU depth with respect to config depth and max transform size
Note: See TracChangeset for help on using the changeset viewer.