Changeset 1377 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder
- Timestamp:
- 23 Jul 2015, 01:02:36 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecCfg.cpp
r1323 r1377 92 92 ("BitstreamFile,b", cfg_BitstreamFile, string(""), "bitstream input file name") 93 93 #if SVC_EXTENSION 94 ("ReconFileL%d,-o%d", cfg_ReconFile, string(""), MAX_LAYERS, "Layer %d reconstructed YUV output file name\n"95 "YUV writing is skipped if omitted")94 ("ReconFileL%d,-o%d", cfg_ReconFile, string(""), MAX_LAYERS, "Layer %d reconstructed YUV output file name\n" 95 "YUV writing is skipped if omitted") 96 96 #if AVC_BASE 97 ("BLReconFile,-ibl", cfg_BLReconFile, string(""), "BL reconstructed YUV input file name")98 #endif 99 ("TargetLayerId,-lid", targetLayerId, -1, "Target layer id")100 ("LayerNum,-ls", layerNum, MAX_NUM_LAYER_IDS, "Target layer id") // Legacy option101 ("OutpuLayerSetIdx,-olsidx", olsIdx, -1, "Index of output layer set to be decoded.")102 #if CONFORMANCE_BITSTREAM_MODE 103 ("ConformanceBitstremMode,-confMode", m_confModeFlag, false, "Enable generation of conformance bitstream metadata; True: Generate metadata, False: No metadata generated")104 ("ConformanceMetadataPrefix, -confPrefix", cfg_confPrefix, string(""), "Prefix for the file name of the conformance data. Default name - 'decodedBitstream'")97 ("BLReconFile,-ibl", cfg_BLReconFile, string(""), "BL reconstructed YUV input file name") 98 #endif 99 ("TargetLayerId,-lid", targetLayerId, -1, "Target layer id") 100 ("LayerNum,-ls", layerNum, MAX_NUM_LAYER_IDS, "Target layer id") // Legacy option 101 ("OutpuLayerSetIdx,-olsidx", olsIdx, -1, "Index of output layer set to be decoded.") 102 #if CONFORMANCE_BITSTREAM_MODE 103 ("ConformanceBitstremMode,-confMode", m_confModeFlag, false, "Enable generation of conformance bitstream metadata; True: Generate metadata, False: No metadata generated") 104 ("ConformanceMetadataPrefix, -confPrefix", cfg_confPrefix, string(""), "Prefix for the file name of the conformance data. Default name - 'decodedBitstream'") 105 105 #endif 106 106 #else
Note: See TracChangeset for help on using the changeset viewer.