Ignore:
Timestamp:
26 Oct 2015, 14:16:11 (9 years ago)
Author:
tech
Message:
  • Clean-up.
  • Fix NH_3D_FIX_NBDV_COL.
File:
1 edited

Legend:

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

    r1349 r1355  
    9494  Bool          m_printReceivedNalus;                 ///< Print information on received NAL units
    9595#if NH_3D
    96   Char*         m_pchScaleOffsetFile = nullptr;         ///< output coded scale and offset parameters // NICT FIX
     96  Char*         m_pchScaleOffsetFile;                   ///< output coded scale and offset parameters
    9797  Bool          m_depth420OutputFlag;                   ///< output depth layers in 4:2:0
    9898#endif
     
    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.