Ignore:
Timestamp:
7 Sep 2015, 18:40:35 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.1-MV-draft-4/source/App/TAppDecoder/TAppDecCfg.cpp

    r1321 r1325  
    6868  string cfg_ReconFile;
    6969  string cfg_TargetDecLayerIdSetFile;
    70 #if NH_3D
    71   string cfg_ScaleOffsetFile;
    72 #endif
    7370  string outputColourSpaceConvert;
    7471  Int warnUnknowParameter = 0;
     
    8279  ("ReconFile,o",               cfg_ReconFile,                         string(""), "reconstructed YUV output file name\n"
    8380                                                                                   "YUV writing is skipped if omitted")
    84 #if NH_3D
    85   ("ScaleOffsetFile,p",         cfg_ScaleOffsetFile,                   string(""), "file with coded scales and offsets")
    86   ("Depth420OutputFlag",        m_depth420OutputFlag,                  true      , "Output depth layers in 4:2:0 ")
    87 #endif
    8881  ("WarnUnknowParameter,w",     warnUnknowParameter,                                  0, "warn for unknown configuration parameters instead of failing")
    8982  ("SkipFrames,s",              m_iSkipFrame,                          0,          "number of frames to skip before random access")
     
    148141  m_pchReconFile = cfg_ReconFile.empty() ? NULL : strdup(cfg_ReconFile.c_str());
    149142
    150 #if NH_3D
    151   m_pchScaleOffsetFile = cfg_ScaleOffsetFile.empty() ? NULL : strdup(cfg_ScaleOffsetFile.c_str());
    152 #endif
    153143
    154144  if (!m_pchBitstreamFile)
Note: See TracChangeset for help on using the changeset viewer.