Changeset 1356 in 3DVCSoftware for trunk/source/App/TAppDecoder


Ignore:
Timestamp:
27 Oct 2015, 11:33:16 (9 years ago)
Author:
tech
Message:

Merged 15.1-dev0-NICT@1355.

Location:
trunk/source/App/TAppDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/source/App/TAppDecoder/TAppDecCfg.cpp

    r1321 r1356  
    109109  ("ForceDecodeBitDepth",       m_forceDecodeBitDepth,                 0U,         "Force the decoder to operate at a particular bit-depth (best effort decoding)")
    110110#endif
     111#if NH_MV_SEI
     112  ("OutputDecodedSEIMessagesFilename,m",  m_outputDecodedSEIMessagesFilename,    string(""), "When non empty, output decoded SEI messages to the indicated file. If file is '-', then output to stdout\n")
     113#else
    111114  ("OutputDecodedSEIMessagesFilename",  m_outputDecodedSEIMessagesFilename,    string(""), "When non empty, output decoded SEI messages to the indicated file. If file is '-', then output to stdout\n")
     115#endif
    112116  ("ClipOutputVideoToRec709Range",      m_bClipOutputVideoToRec709Range,  false, "If true then clip output video to the Rec. 709 Range on saving")
    113117  ;
  • TabularUnified trunk/source/App/TAppDecoder/TAppDecCfg.h

    r1321 r1356  
    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
     
    124124      m_outputBitDepth[channelTypeIndex] = 0;
    125125    }
     126#if NH_3D
     127    m_pchScaleOffsetFile = NULL;
     128#endif
    126129  }
    127130
Note: See TracChangeset for help on using the changeset viewer.