Changeset 1349 in 3DVCSoftware for branches/HTM-15.1-dev0-NICT/source/App


Ignore:
Timestamp:
14 Oct 2015, 04:03:38 (9 years ago)
Author:
nict-htm
Message:

FIX: TAppDecoder No Option (Help View) Abnormal end.
FIX: VC10 Compile order.
ADD: VC12, VC14 support.
NEW: ALTERNATIVE_DEPTH_INFO, not TBD.
BUG: TAppDecoder 15 frame abnormal end. (debug now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.1-dev0-NICT/source/App/TAppDecoder/TAppDecCfg.h

    r1321 r1349  
    8282  Int           m_targetOptLayerSetIdx;                 ///< target output layer set index
    8383  Int           m_targetDecLayerSetIdx;
    84   Int           m_baseLayerOutputFlag; 
    85   Int           m_baseLayerPicOutputFlag; 
    86   Int           m_auOutputFlag; 
     84  Int           m_baseLayerOutputFlag;
     85  Int           m_baseLayerPicOutputFlag;
     86  Int           m_auOutputFlag;
    8787  Int           m_maxLayerId;                           ///< maximum nuh_layer_id decoded
    88   std::ifstream m_bitstreamFile; 
     88  std::ifstream m_bitstreamFile;
    8989  Int           m_highestTid;
    9090  Bool          m_targetDecLayerIdSetFileEmpty;       ///< indication if target layers are given by file
    9191
    92   Bool          m_printVpsInfo;                      ///< Output VPS information 
     92  Bool          m_printVpsInfo;                      ///< Output VPS information
    9393  Bool          m_printPicOutput;                     ///< Print information on picture output
    9494  Bool          m_printReceivedNalus;                 ///< Print information on received NAL units
    9595#if NH_3D
    96   Char*         m_pchScaleOffsetFile;                   ///< output coded scale and offset parameters
     96  Char*         m_pchScaleOffsetFile = nullptr;         ///< output coded scale and offset parameters // NICT FIX
    9797  Bool          m_depth420OutputFlag;                   ///< output depth layers in 4:2:0
    9898#endif
Note: See TracChangeset for help on using the changeset viewer.