Changeset 768 in 3DVCSoftware for branches/HTM-9.2-dev0/source/App/TAppDecoder


Ignore:
Timestamp:
13 Jan 2014, 00:44:19 (11 years ago)
Author:
tech
Message:

Further fixes.

Location:
branches/HTM-9.2-dev0/source/App/TAppDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.2-dev0/source/App/TAppDecoder/TAppDecCfg.cpp

    r766 r768  
    124124  if ( !cfg_TargetDecLayerIdSetFile.empty() )
    125125  {
     126#if H_MV
    126127    m_targetDecLayerIdSetFileEmpty = false;     
     128#endif
    127129    FILE* targetDecLayerIdSetFile = fopen ( cfg_TargetDecLayerIdSetFile.c_str(), "r" );
    128130    if ( targetDecLayerIdSetFile )
  • branches/HTM-9.2-dev0/source/App/TAppDecoder/TAppDecCfg.h

    r766 r768  
    7575
    7676  std::vector<Int> m_targetDecLayerIdSet;             ///< set of LayerIds to be included in the sub-bitstream extraction process.
     77#if H_MV
    7778  Bool          m_targetDecLayerIdSetFileEmpty;      ///< indication if target layers are given by file
     79#endif
    7880  Int           m_respectDefDispWindow;               ///< Only output content inside the default display window
    7981
     
    8486  TAppDecCfg()
    8587  : m_pchBitstreamFile(NULL)
    86 #if H_MV
    87 #endif
    8888  , m_pchReconFile(NULL)
    8989  , m_iSkipFrame(0)
     
    9292  , m_iMaxTemporalLayer(-1)
    9393  , m_decodedPictureHashSEIEnabled(0)
     94#if H_MV
    9495  , m_targetDecLayerIdSetFileEmpty(true)
     96#endif
    9597  , m_respectDefDispWindow(0)
    9698  {}
Note: See TracChangeset for help on using the changeset viewer.