Changeset 1325 in 3DVCSoftware for branches/HTM-15.1-MV-draft-4/source/App/TAppDecoder/TAppDecCfg.cpp
- Timestamp:
- 7 Sep 2015, 18:40:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-MV-draft-4/source/App/TAppDecoder/TAppDecCfg.cpp
r1321 r1325 68 68 string cfg_ReconFile; 69 69 string cfg_TargetDecLayerIdSetFile; 70 #if NH_3D71 string cfg_ScaleOffsetFile;72 #endif73 70 string outputColourSpaceConvert; 74 71 Int warnUnknowParameter = 0; … … 82 79 ("ReconFile,o", cfg_ReconFile, string(""), "reconstructed YUV output file name\n" 83 80 "YUV writing is skipped if omitted") 84 #if NH_3D85 ("ScaleOffsetFile,p", cfg_ScaleOffsetFile, string(""), "file with coded scales and offsets")86 ("Depth420OutputFlag", m_depth420OutputFlag, true , "Output depth layers in 4:2:0 ")87 #endif88 81 ("WarnUnknowParameter,w", warnUnknowParameter, 0, "warn for unknown configuration parameters instead of failing") 89 82 ("SkipFrames,s", m_iSkipFrame, 0, "number of frames to skip before random access") … … 148 141 m_pchReconFile = cfg_ReconFile.empty() ? NULL : strdup(cfg_ReconFile.c_str()); 149 142 150 #if NH_3D151 m_pchScaleOffsetFile = cfg_ScaleOffsetFile.empty() ? NULL : strdup(cfg_ScaleOffsetFile.c_str());152 #endif153 143 154 144 if (!m_pchBitstreamFile)
Note: See TracChangeset for help on using the changeset viewer.