Changeset 1380 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
24 Jul 2015, 19:36:45 (9 years ago)
Author:
seregin
Message:

remove LayerConfig option, related to the ticket #83

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r1377 r1380  
    797797 
    798798#if SVC_EXTENSION
    799   string  cfg_LayerCfgFile   [MAX_LAYERS];
    800799  string  cfg_BitstreamFile;
    801800  string* cfg_InputFile      [MAX_LAYERS];
     
    11021101  ("InputFile%d,-i%d",                              cfg_InputFile,                    string(""), m_numLayers, "original YUV input file name for layer %d")
    11031102  ("ReconFile%d,-o%d",                              cfg_ReconFile,                    string(""), m_numLayers, "reconstruction YUV input file name for layer %d")
    1104   ("LayerConfig%d,-lc%d",                           cfg_LayerCfgFile,                 string(""), m_numLayers, "layer %d configuration file name")
    11051103  ("SourceWidth%d,-wdt%d",                          cfg_SourceWidth,                           0, m_numLayers, "Source picture width for layer %d")
    11061104  ("SourceHeight%d,-hgt%d",                         cfg_SourceHeight,                          0, m_numLayers, "Source picture height for layer %d")
Note: See TracChangeset for help on using the changeset viewer.