Changeset 1355 in 3DVCSoftware for branches/HTM-15.1-dev0-NICT/source/App/TAppDecoder/TAppDecCfg.h
- Timestamp:
- 26 Oct 2015, 14:16:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-dev0-NICT/source/App/TAppDecoder/TAppDecCfg.h
r1349 r1355 94 94 Bool m_printReceivedNalus; ///< Print information on received NAL units 95 95 #if NH_3D 96 Char* m_pchScaleOffsetFile = nullptr; ///< output coded scale and offset parameters // NICT FIX96 Char* m_pchScaleOffsetFile; ///< output coded scale and offset parameters 97 97 Bool m_depth420OutputFlag; ///< output depth layers in 4:2:0 98 98 #endif … … 124 124 m_outputBitDepth[channelTypeIndex] = 0; 125 125 } 126 #if NH_3D 127 m_pchScaleOffsetFile = NULL; 128 #endif 126 129 } 127 130
Note: See TracChangeset for help on using the changeset viewer.